You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// Stencil.ino -- rename first and update this title
|
|
|
|
// Empty file you can use if the WittyLib.zip has been loaded with Arduino libs
|
|
|
|
// Cut and paste what you use:
|
|
|
|
// #include "GetPush.h" //need Witty.h
|
|
|
|
// #include "Telec.h" //need Witty.h
|
|
|
|
// #include "Apa102.h" //need SetupApa102();
|
|
|
|
// #include "Inter2.h" //need SetupInter2(); application dependant
|
|
|
|
// #include "Pfm.h" //need SetupPfm();
|
|
|
|
// #include "TerSer.h" //need SetupTerSer();
|
|
|
|
// #include "I2Ctwi.h" //need SetupI2Ctwi();
|
|
|
|
// #include "Gy521.h" //need SetupGy521(); and I2Ctwi.h
|
|
|
|
|
|
|
|
#include "Witty.h"
|
|
|
|
// global variables and functions
|
|
|
|
|
|
|
|
void setup() {
|
|
|
|
SetupWitty();
|
|
|
|
// add required Setups
|
|
|
|
}
|
|
|
|
|
|
|
|
void loop() {
|
|
|
|
|
|
|
|
}
|