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 C12832 by
Revision 17:597e1b2fb5d2, committed 2017-01-30
- Comitter:
- lightway
- Date:
- Mon Jan 30 10:27:23 2017 +0000
- Parent:
- 16:7de323fa46fe
- Commit message:
- LCD Dependency update
Changed in this revision
C12832.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7de323fa46fe -r 597e1b2fb5d2 C12832.cpp --- a/C12832.cpp Wed Feb 05 14:25:16 2014 +0000 +++ b/C12832.cpp Mon Jan 30 10:27:23 2017 +0000 @@ -77,7 +77,10 @@ { _A0 = 0; _CS = 0; - _spi.write(cmd); + + _spi.write(cmd); + // int result = _spi.write(cmd); +// printf(" Result of SPI %i\r\n",result); _CS = 1; }