diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/pcf50605.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h index fc52b98..8da64f3 100644 --- a/firmware/export/pcf50605.h +++ b/firmware/export/pcf50605.h @@ -26,6 +26,7 @@ void pcf50605_read_multiple(int address, unsigned char* buf, int count); int pcf50605_write(int address, unsigned char val); int pcf50605_write_multiple(int address, const unsigned char* buf, int count); int pcf50605_battery_read(void); +void pcf50605_standby_mode(void); #endif #endif |