Delete GSR.ino

This commit is contained in:
GuruSR 2021-10-13 22:26:12 -04:00 committed by GitHub
parent b831bf3182
commit 20960daba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
#include "Watchy_GSR.h"
WatchyGSR watchy;
void setup(){
watchy.init();
}
void loop(){}