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.
main.h@1:0a55ccb22a4e, 2015-08-21 (annotated)
- Committer:
- Ximidar
- Date:
- Fri Aug 21 01:55:11 2015 +0000
- Revision:
- 1:0a55ccb22a4e
Program is ready for first tests with I2C. We just have to wait for the logic shifter to come in to start testing. We should add a logging system to the program.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Ximidar | 1:0a55ccb22a4e | 1 | // use to make main.cpp cleaner |
| Ximidar | 1:0a55ccb22a4e | 2 | |
| Ximidar | 1:0a55ccb22a4e | 3 | class main_support{ |
| Ximidar | 1:0a55ccb22a4e | 4 | public: |
| Ximidar | 1:0a55ccb22a4e | 5 | //create custom function headers |
| Ximidar | 1:0a55ccb22a4e | 6 | void loop(); |
| Ximidar | 1:0a55ccb22a4e | 7 | void blink(); |
| Ximidar | 1:0a55ccb22a4e | 8 | }; |