share
Dependencies: RotationMat_ SDFileSystem mbed
Revision 1:28cfbd0cc92e, committed 2016-02-03
- Comitter:
- shuhei2306
- Date:
- Wed Feb 03 11:43:40 2016 +0000
- Parent:
- 0:cbd607fc4caa
- Commit message:
- share
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Feb 03 11:39:23 2016 +0000 +++ b/main.cpp Wed Feb 03 11:43:40 2016 +0000 @@ -406,6 +406,7 @@ case 4: for(int i_pixel =0; i_pixel < LED_3_4_5_NUM ; i_pixel++) { + updateRotation(i_tape, i_line, i_pixel); set_strip_color(i_tape, i_line, i_pixel, i_pixel+77); } break;