WLED/wled00/button.h

12 lines
175 B
C
Raw Normal View History

2020-03-28 13:30:51 +01:00
#ifndef WLED_BUTTON_H
#define WLED_BUTTON_H
#include <Arduino.h>
/*
* Physical IO
*/
void shortPressAction();
void handleButton();
void handleIO();
#endif // WLED_BUTTON_H