SP8EBC-ParaTNC/include/LedConfig.h

25 wiersze
260 B
C
Czysty Zwykły widok Historia

2017-08-20 12:41:17 +00:00
/*
* LedConfig.h
*
* Created on: 05.07.2017
* Author: mateusz
*/
#ifndef LEDCONFIG_H_
#define LEDCONFIG_H_
/* C++ detection */
#ifdef __cplusplus
extern "C" {
#endif
void LedConfig(void);
#ifdef __cplusplus
}
#endif
#endif /* LEDCONFIG_H_ */