1
0
Fork 0
lego_sensor_i2c/i2c_test_attiny85/led_test.h

16 lines
No EOL
208 B
C
Executable file

/*
* led_test.h
*
* Created: 03/12/2021 15:28:48
* Author: 40008304
*/
#ifndef LED_TEST_H_
#define LED_TEST_H_
#include "led_receptor.h"
void testLed(void);
#endif /* LED_TEST_H_ */