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.
Fork of SolarNanoGridv3 by
SolarNanoGrid.h@0:dc8a45ec969a, 2016-05-05 (annotated)
- Committer:
- defrost
- Date:
- Thu May 05 13:44:24 2016 +0000
- Revision:
- 0:dc8a45ec969a
- Child:
- 1:df924e0126d1
- Initial commit; - file structure sorted
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
defrost | 0:dc8a45ec969a | 1 | /** |
defrost | 0:dc8a45ec969a | 2 | * All the code associated to run the mbed as a battery |
defrost | 0:dc8a45ec969a | 3 | */ |
defrost | 0:dc8a45ec969a | 4 | |
defrost | 0:dc8a45ec969a | 5 | #ifndef SOLARNANOGRID_H |
defrost | 0:dc8a45ec969a | 6 | #define SOLARNANOGRID_H |
defrost | 0:dc8a45ec969a | 7 | |
defrost | 0:dc8a45ec969a | 8 | #include "battery.h" |
defrost | 0:dc8a45ec969a | 9 | #include "locker.h" |
defrost | 0:dc8a45ec969a | 10 | |
defrost | 0:dc8a45ec969a | 11 | |
defrost | 0:dc8a45ec969a | 12 | |
defrost | 0:dc8a45ec969a | 13 | #endif /* SOLARNANOGRID_H */ |