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.
Diff: main.cpp
- Revision:
- 9:bfb877e5fecf
- Parent:
- 8:3fc2849c098d
--- a/main.cpp Fri Apr 24 07:09:59 2015 +0000 +++ b/main.cpp Fri Apr 24 17:37:01 2015 +0000 @@ -230,6 +230,10 @@ for (int i = 0; i < 120; i ++){ for (int j = 0; j < 16; j++){ slice_data [i][j] = 0x00; + // if (j == 14){ + // slice_data [i][j] = 0x01; + // } + } } slice_data[60][14] = 0xFF;