Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: bms.h
- Revision:
- 1:4dd3e328a30b
- Parent:
- 0:f06ed53310a3
- Child:
- 2:f6f76dde7e1d
diff -r f06ed53310a3 -r 4dd3e328a30b bms.h --- a/bms.h Wed Feb 07 08:26:04 2018 +0000 +++ b/bms.h Fri Feb 09 04:43:04 2018 +0000 @@ -1,3 +1,6 @@ +void cs_low(void); +void cs_high(void); + void delay_u(uint16_t micro); void delay_m(uint16_t milli);