watchy/GSR.ino
GuruSR b831bf3182
Version 1.1
Includes many fixes and updates, see Usage.md for more.
2021-10-13 22:25:44 -04:00

10 lines
101 B
C++

#include "Watchy_GSR.h"
WatchyGSR watchy;
void setup(){
watchy.init();
}
void loop(){}