parent
52ba1be121
commit
445af3bf9c
@ -1,25 +1,23 @@
|
|||||||
// Stencil.ino -- rename first and update this title
|
// Stencil.ino -- rename first and update this title
|
||||||
// Empty file you can use if the WittyLib.zip has been loaded with Arduino libs
|
// Empty file you can use if the WittyLib.zip has been loaded with Arduino libs
|
||||||
// Cut and paste what you use:
|
// Cut and paste what you use:
|
||||||
// #include "Witty.h" SetupWitty();
|
// #include "GetPush.h" //need Witty.h
|
||||||
// #include "GetPush.h" need Witty.h
|
// #include "Telec.h" //need Witty.h
|
||||||
// #include "Telec.h" need Witty.h
|
// #include "Apa102.h" //need SetupApa102();
|
||||||
// #include "Apa102.h" SetupApa102();
|
// #include "Inter2.h" //need SetupInter2(); application dependant
|
||||||
// #include "Inter2.h" SetupInter2(); application dependant
|
// #include "Pfm.h" //need //need //need //need SetupPfm();
|
||||||
// #include "Pfm.h" SetupPfm();
|
// #include "TerSer.h" //need //need //need SetupTerSer();
|
||||||
// #include "TerSer.h" SetupTerSer();
|
// #include "I2Ctwi.h" //need //need SetupI2Ctwi();
|
||||||
// #include "I2Ctwi.h" SetupI2Ctwi();
|
// #include "Gy521.h" //need SetupGy521(); and I2Ctwi.h
|
||||||
// SetupGy521(); need I2Ctwi.h
|
|
||||||
|
|
||||||
#include "Witty.h"
|
#include "Witty.h"
|
||||||
// global variables and functions
|
// global variables and functions
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
SetupWitty();
|
SetupWitty();
|
||||||
|
// add required Setups
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue