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: RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor
Fork of TFT_Mikroelectronika_IL9341_sketchpad by
libs.h@19:4c30c3182e04, 2017-05-25 (annotated)
- Committer:
- Owenmatthewmcgowan
- Date:
- Thu May 25 10:58:02 2017 +0000
- Revision:
- 19:4c30c3182e04
- Parent:
- 12:50289d0ac834
- Child:
- 29:684e2a3e17b5
working demo of clock
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mlin | 9:eee503060d69 | 1 | #include "mbed.h" |
mlin | 11:1da15361a35b | 2 | #ifndef M_PI |
mlin | 11:1da15361a35b | 3 | #define M_PI 3.14159265358979323846 |
mlin | 11:1da15361a35b | 4 | #endif |
mlin | 9:eee503060d69 | 5 | Serial pc(USBTX,USBRX,"pc"); |
mlin | 10:9d9b3b9b28b8 | 6 | #include "poll.h" |
Owenmatthewmcgowan | 12:50289d0ac834 | 7 | |
mlin | 9:eee503060d69 | 8 | #include "render.h" |
Owenmatthewmcgowan | 12:50289d0ac834 | 9 | #include "settings.h" |
mlin | 10:9d9b3b9b28b8 | 10 | #include "drawStates.h" |
mlin | 9:eee503060d69 | 11 | #include "RTC.h" |
mlin | 10:9d9b3b9b28b8 | 12 | #include "slider.h" |
Owenmatthewmcgowan | 19:4c30c3182e04 | 13 | #include "clocklogic.h" |
mlin | 9:eee503060d69 | 14 |