mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 17:06:25 +01:00
6 lines
108 B
C
6 lines
108 B
C
#include <Arduino.h>
|
|
|
|
|
|
//void doLeds();
|
|
void powerControl(bool powerState, uint8_t* pin, uint8_t pincount);
|