Files
checker_slave/source/elec_det/elec_det.h

32 lines
190 B
C
Raw Normal View History

#ifndef elec_det_h__
#define elec_det_h__
#include "stdint.h"
uint8_t elec_local_addr(void);
void elec_led1_power(int power);
void elec_led2_power(int power);
#endif