mirror of
https://github.com/thelsing/knx.git
synced 2025-10-12 11:15:54 +02:00
8 lines
107 B
C
8 lines
107 B
C
#pragma once
|
|
|
|
#include "arch_config.h"
|
|
|
|
#ifdef USE_STATES
|
|
void buttonDown();
|
|
#endif
|
|
void buttonUp(); |