Move bluetooth management in to own classes
This commit is contained in:
parent
0432071759
commit
e1a279ee75
5 changed files with 73 additions and 39 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef LED_cpp
|
||||
#define LED_cpp
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "LEDOutput.cpp"
|
||||
|
||||
|
@ -57,3 +60,5 @@ public:
|
|||
_output->writeFraction(getOutputMultiplier());
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue