mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-09 23:25:45 +00:00
formatted init commit
This commit is contained in:
parent
b1454a5c5f
commit
45019c6e4c
8 changed files with 130 additions and 119 deletions
11
src/ESPDMX.h
11
src/ESPDMX.h
|
@ -19,12 +19,11 @@
|
|||
// ---- Methods ----
|
||||
|
||||
class DMXESPSerial {
|
||||
public:
|
||||
void init();
|
||||
uint8_t read(int Channel);
|
||||
void write(int channel, uint8_t value);
|
||||
void update();
|
||||
void end();
|
||||
public:
|
||||
void init();
|
||||
uint8_t read(int Channel);
|
||||
void write(int channel, uint8_t value);void update();
|
||||
void end();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue