removed intermediate files

This commit is contained in:
2020-02-02 17:54:12 -08:00
parent 6480bc593f
commit 42eea47f07
80 changed files with 11 additions and 20492 deletions

View File

@@ -17,6 +17,12 @@
#define GREEN 5
#define F_CPU 8000000UL
class Radio {
public:
RF24 instance;
};
class Motor {