Add picocalc stm32 i2c keyboard code
This commit is contained in:
11
Code/picocalc_keyboard/battery.h
Normal file
11
Code/picocalc_keyboard/battery.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef BATTERY_H
|
||||
#define BATTERY_H
|
||||
|
||||
void show_bat_segs();
|
||||
|
||||
void low_bat();
|
||||
|
||||
void start_chg();
|
||||
void stop_chg();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user