Files
mbusgateway3variant/cube/User/Inc/led.h

10 lines
120 B
C

#ifndef _LED_H_
#define _LED_H_
#include <stdbool.h>
void ledRed(bool on);
void ledGreen(bool on);
#endif // _LED_H_