diff options
Diffstat (limited to 'lock/util.h')
| -rw-r--r-- | lock/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lock/util.h b/lock/util.h index 32dbcad..51a990c 100644 --- a/lock/util.h +++ b/lock/util.h @@ -10,6 +10,8 @@ #define WDLEN 32 +int is_btn_pressed(uint8_t pin, uint8_t btn); + void xor(const char *k, const char *s, char *d, uint8_t n); #endif /* MY_UTIL_H */ |
