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.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of Int_Demo_09May2017_Suhasini_HRavg_Nik_BT_ba_update4thJuly17_nikita7july by
battery.h@22:ffa88619551d, 2017-06-23 (annotated)
- Committer:
- nikitateggi
- Date:
- Fri Jun 23 07:25:24 2017 +0000
- Revision:
- 22:ffa88619551d
Code with Battery monitoring(commented), glc modified, bt modified, pid modified
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nikitateggi | 22:ffa88619551d | 1 | #ifndef BATTERY_H_ |
| nikitateggi | 22:ffa88619551d | 2 | #define BATTERY_H_ |
| nikitateggi | 22:ffa88619551d | 3 | |
| nikitateggi | 22:ffa88619551d | 4 | |
| nikitateggi | 22:ffa88619551d | 5 | |
| nikitateggi | 22:ffa88619551d | 6 | float battery_voltage(); |
| nikitateggi | 22:ffa88619551d | 7 | |
| nikitateggi | 22:ffa88619551d | 8 | |
| nikitateggi | 22:ffa88619551d | 9 | #endif |
