TG-LPC11U35-501に対応
こちらのページのプログラムを、TG-LPC11U35-501に対応させました。
https://developer.mbed.org/users/tkasa/code/LEDTape_WS2812/wiki/Homepage
動作に疑問があるため、教えを請うための公開です。
疑問が解消され次第公開を終了します。
(2016/04/13 追記)
おかしな動作解消されました。
プログラム LEDstrip_WS2812.cpp を修正しました。
修正点はコメントを加えてあります。
しばらくしたら、削除する予定です。
Revision 2:ebd3f4b4e0a3, committed 2016-04-13
- Comitter:
- hirobe0913
- Date:
- Wed Apr 13 06:52:12 2016 +0000
- Parent:
- 1:4aff1ebb42c1
- Commit message:
- ????????????
Changed in this revision
LEDStrip_WS2812.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LEDStrip_WS2812.cpp Wed Apr 13 06:36:19 2016 +0000 +++ b/LEDStrip_WS2812.cpp Wed Apr 13 06:52:12 2016 +0000 @@ -43,8 +43,8 @@ _ssp->DR = 0x01f; } else { // 0 - //_ssp->DR = 0x007; - _ssp->DR = 0x007; + _ssp->DR = 0x007; // パルスデータ変更 20160413 +// _ssp->DR = 0x00F; } bit = bit >> 1; if (bit == 0) { @@ -63,7 +63,7 @@ _ssp->DR = 0x000; //_ssp->DR = 0xfff; // if (addr < 50) { - if (addr < 51) { + if (addr < 51) { // ループ回数1回増量 20160413 addr ++; } else { addr = 0;