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
Revision 9:137692641c20, committed 2017-05-10
- Comitter:
- cratliff
- Date:
- Wed May 10 14:20:35 2017 +0000
- Parent:
- 8:4601ccd8a927
- Commit message:
- Remove USB TX RX so it will work with teensy
Changed in this revision
FT_Gpu_Hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FT_Gpu_Hal.cpp Fri Apr 01 18:31:11 2016 +0000 +++ b/FT_Gpu_Hal.cpp Wed May 10 14:20:35 2017 +0000 @@ -9,7 +9,7 @@ #include "FT_Platform.h" #include "mbed.h" #include "FT_LCD_Type.h" -Serial pc(USBTX, USBRX); +//Serial pc(USBTX, USBRX); FT800::FT800(PinName mosi, PinName miso, @@ -62,7 +62,7 @@ //Read Register ID to check if FT800 is ready. chipid = Rd8( REG_ID); // chipid = Rd8(0x0C0000); - pc.printf("ID%08X\n", chipid); +// pc.printf("ID%08X\n", chipid); while(chipid != 0x7C)