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
|