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.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: main.cpp
- Revision:
- 2:ac3b92ebf17a
- Parent:
- 1:45e2e7c0754d
- Child:
- 3:ed09f95739df
--- a/main.cpp Sat Aug 02 11:00:33 2014 +0000 +++ b/main.cpp Sat Aug 02 11:07:48 2014 +0000 @@ -28,12 +28,12 @@ myled1 = 1; mcp23017.write(PORT_A, 0xFF); mcp23017.write(PORT_B, 0xFF); - wait(0.2); + wait(0.1); myled1 = 0; mcp23017.write(PORT_A, 0x00); mcp23017.write(PORT_B, 0x00); - wait(0.2); + wait(0.1); pc.printf("*"); } }