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 RA8875 by
Diff: SPI_TFT.cpp
- Revision:
- 2:f30ea1eb3681
- Parent:
- 1:17e12e4e149f
- Child:
- 3:7f1d793b90df
diff -r 17e12e4e149f -r f30ea1eb3681 SPI_TFT.cpp --- a/SPI_TFT.cpp Tue Sep 11 15:51:52 2012 +0000 +++ b/SPI_TFT.cpp Tue Sep 11 20:37:13 2012 +0000 @@ -19,7 +19,7 @@ // 06.04.12 fix SSEL CS problem // 06.04.12 use direct access to the spi register to speed up the library. // 11.09.12 switch back to using io pin as cs to avoid problems with SSEL CS. - + #include "SPI_TFT.h" #include "mbed.h"
