11 lines
145 B
C
11 lines
145 B
C
#ifndef LEDS_CART_H
|
|
#define LEDS_CART_H
|
|
|
|
#include "status.h"
|
|
#include "os/dev/leds.h"
|
|
|
|
void led_blink(void*);
|
|
void led_heartbeat(void*);
|
|
|
|
#endif
|