mirror of
https://github.com/RQNG/WouoUI.git
synced 2025-06-17 21:17:53 +00:00
13 lines
127 B
C
13 lines
127 B
C
![]() |
#ifdef __cplusplus
|
||
|
#include "ArduinoCompatible.h"
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
void setup();
|
||
|
void loop();
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|