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.
Fork of FT800_3 by
FT_Platform.h
- Committer:
- davidchilds
- Date:
- 2016-02-24
- Revision:
- 7:a69ac4d39afd
- Parent:
- 6:16e22c789f7d
- Child:
- 8:4601ccd8a927
File content as of revision 7:a69ac4d39afd:
/* mbed Library for FTDI FT800 Enbedded Video Engine "EVE" * based on Original Code Sample from FTDI * ported to mbed by Peter Drescher, DC2PD 2014 * Released under the MIT License: http://mbed.org/license/mit */ #ifndef _FT_PLATFORM_H_ #define _FT_PLATFORM_H_ #include "FT_DataTypes.h" #include "FT_Gpu_Hal.h" #include "FT_Gpu.h" #include "FT_LCD_Type.h" #include "FT_color.h" #endif /*_FT_PLATFORM_H_*/ /* Nothing beyond this*/