mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-03-05 16:09:05 +00:00
6 lines
70 B
C
Executable File
6 lines
70 B
C
Executable File
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
void led_indicator_pulse(void);
|
|
|
|
#endif
|