16 lines
No EOL
208 B
C
Executable file
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_ */ |