Skip to content

Instantly share code, notes, and snippets.

View Paulchen-Panther's full-sized avatar
:electron:

Paulchen-Panther

:electron:
  • hyperion-project
View GitHub Profile
@Paulchen-Panther
Paulchen-Panther / QJsonUtils.h
Created December 29, 2016 16:23
delete or modify JSON value
#pragma once
#include <string>
#include <stdlib.h>
// QT include
#include <QString>
#include <QJsonObject>
#include <QJsonValue>
#include <QJsonArray>
@Paulchen-Panther
Paulchen-Panther / Ambilight.ino
Created August 23, 2016 20:53
Ambilight teensy
#define USE_OCTOWS2811
#include<OctoWS2811.h>
#include<FastLED.h>
// Led strip lengths, (0 if there is no strip):
#define STRIP_1 123
#define STRIP_2 69
#define STRIP_3 123
#define STRIP_4 69
#define STRIP_5 0