diff options
Diffstat (limited to 'lock/util.h')
| -rw-r--r-- | lock/util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lock/util.h b/lock/util.h index 730beae..84584aa 100644 --- a/lock/util.h +++ b/lock/util.h @@ -16,4 +16,12 @@ void xor(const char *k, const char *s, char *d, uint8_t n); uint16_t getvcc(void); +void led_init(void); + +void led_locked(void); + +void led_unlocked(void); + +void led_bat(void); + #endif /* MY_UTIL_H */ |
