watchy/src/GSR.ino
2021-10-06 19:58:28 -04:00

10 lines
101 B
C++

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