mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
13 lines
124 B
C
13 lines
124 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern void setup();
|
||
|
extern void loop();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|