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@9:eee503060d69, 2017-05-24 (annotated)
- Committer:
- mlin
- Date:
- Wed May 24 03:11:29 2017 +0000
- Revision:
- 9:eee503060d69
- Child:
- 10:9d9b3b9b28b8
Imported libraries as headers and combined
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mlin | 9:eee503060d69 | 1 | #include "mbed.h" |
mlin | 9:eee503060d69 | 2 | Serial pc(USBTX,USBRX,"pc"); |
mlin | 9:eee503060d69 | 3 | #include "render.h" |
mlin | 9:eee503060d69 | 4 | #include "Poll.h" |
mlin | 9:eee503060d69 | 5 | #include "RTC.h" |
mlin | 9:eee503060d69 | 6 |