mod04 ex02 wip
This commit is contained in:
@@ -14,7 +14,17 @@
|
||||
// PROTOTYPES
|
||||
//
|
||||
// main.c
|
||||
void blink_led_1();
|
||||
void vary_duty();
|
||||
void print_binary(int value);
|
||||
void increment_int();
|
||||
void decrement_int();
|
||||
void increment_led();
|
||||
void decrement_led();
|
||||
void on_press(int bit, void (*action)(void));
|
||||
|
||||
//
|
||||
// MACROS
|
||||
//
|
||||
#define MAX 15
|
||||
#define MIN 0
|
||||
|
||||
#endif // HEADER_H
|
||||
Reference in New Issue
Block a user