summaryrefslogtreecommitdiff
path: root/lib/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/led.h')
-rw-r--r--lib/led.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/led.h b/lib/led.h
index a660701..b69015a 100644
--- a/lib/led.h
+++ b/lib/led.h
@@ -20,10 +20,11 @@
* along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SPREADSPACE_led_h_INCLUDED
-#define SPREADSPACE_led_h_INCLUDED
+#ifndef SPREADAVR_led_h_INCLUDED
+#define SPREADAVR_led_h_INCLUDED
void led_init(void);
+
void led_on(void);
void led_off(void);
void led_toggle(void);