watchy/src/GSR.ino
2021-11-17 21:28:22 -05:00

10 lines
101 B
C++

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