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 MCP23S17_Basic_IO_Demo by
Revision 5:2f407dfd888a, committed 2016-09-07
- Comitter:
- tom00209
- Date:
- Wed Sep 07 20:30:04 2016 +0000
- Parent:
- 4:a361b0d3aaaf
- Commit message:
- test commit yichi
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 07 20:26:38 2016 +0000 +++ b/main.cpp Wed Sep 07 20:30:04 2016 +0000 @@ -9,6 +9,7 @@ // MCP23S17 datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/21952b.pdf // uses MCP23S17 library version 0.4 //test +// test yichi #include "mbed.h" #include "MCP23S17.h" // Create SPI bus
