summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/ledmatrix.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 05:23:27 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 05:23:27 +0000
commit56c7ca69c895ff072ae578344fb5987dd695ac96 (patch)
tree35ef10be6e53ec136dc80abf9ddaacced7574b96 /usb-i2c-sl018/ledmatrix.h
parentnaming convention for stepper (diff)
naming convention for ledmatrix
git-svn-id: https://svn.spreadspace.org/avr/trunk@180 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/ledmatrix.h')
-rw-r--r--usb-i2c-sl018/ledmatrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-i2c-sl018/ledmatrix.h b/usb-i2c-sl018/ledmatrix.h
index e7ad817..4ecbd8f 100644
--- a/usb-i2c-sl018/ledmatrix.h
+++ b/usb-i2c-sl018/ledmatrix.h
@@ -28,7 +28,7 @@ typedef enum { off, red, red_moving, red_blink,
green, green_moving, green_blink,
rg_moving, rg_blink } ledmatrix_mode_t;
-void init_ledmatrix(void);
-void ledmatrix(ledmatrix_mode_t mode);
+void ledmatrix_init(void);
+void ledmatrix_set(ledmatrix_mode_t mode);
#endif