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: Adafruit_GFX Adafruit_ST7735 INA219 MODSERIAL MbedJSONValue mbed-rtos mbed
Icons/Icons.h@3:7666de697752, 2017-02-04 (annotated)
- Committer:
 - OHstin
 - Date:
 - Sat Feb 04 20:17:44 2017 +0000
 - Revision:
 - 3:7666de697752
 
This version before adding serial communication and pathways
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| OHstin | 3:7666de697752 | 1 | #ifndef ICONS_H | 
| OHstin | 3:7666de697752 | 2 | #define ICONS_H | 
| OHstin | 3:7666de697752 | 3 | |
| OHstin | 3:7666de697752 | 4 | #include "BatteryIcon.h" | 
| OHstin | 3:7666de697752 | 5 | #include "SolarIcon.h" | 
| OHstin | 3:7666de697752 | 6 | #include "OutputIcon.h" | 
| OHstin | 3:7666de697752 | 7 | #include "SettingsIcon.h" | 
| OHstin | 3:7666de697752 | 8 | |
| OHstin | 3:7666de697752 | 9 | #endif |