This commit is contained in:
Dmitry Borisenko
2020-07-31 01:29:16 +02:00
parent 217cdfc080
commit f4a5bc0218
5 changed files with 50 additions and 25 deletions

View File

@@ -1,3 +1,2 @@
#include "Class/Button.h"
Button* myButton;

2
src/Class/Pwm.cpp Normal file
View File

@@ -0,0 +1,2 @@
#include "Class/Pwm.h"
Pwm* myPwm;