mirror of
https://github.com/thelsing/knx.git
synced 2025-10-08 11:14:29 +02: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
|