knx/platform/arduino/led.h

7 lines
84 B
C

#pragma once
#include "arch_config.h"
#ifdef USE_STATES
void doLed();
#endif