mirror of
https://github.com/thelsing/knx.git
synced 2025-10-17 11:14:33 +02:00
7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
#include "arch_config.h"
|
|
|
|
#ifdef USE_STATES
|
|
void doLed();
|
|
#endif |