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
- Committer:
- mlin
- Date:
- 2017-05-26
- Revision:
- 40:05798eeadd02
- Parent:
- 38:3fe3bafbf0c7
File content as of revision 40:05798eeadd02:
#include "mbed.h" #ifndef M_PI #define M_PI 3.14159265358979323846 #endif Serial pc(USBTX,USBRX,"pc"); #include "slider.h" #include "RTC.h" #include "poll.h" #include "render.h" #include "drawhands.h" #include "settings.h" #include "drawStates.h" #include "clocklogic.h" #include "analoglogic.h" #include "pong.h"