arduino-esp32/libraries/ESP32/examples/RMT
david-cermak 1c7e329140 RMT: Fix in bitshift of NeoPixel example project (#2986)
Fixed bit shift in demo application of using RMT peripheral. Init data array to be transmitted was off by one, as for the first iteration (i==0) the mask was 1<<8, which results in shifted RGB value in color variable
Closes https://github.com/espressif/arduino-esp32/issues/2921
2019-07-16 17:14:28 +03:00
..
RMTLoopback Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
RMTReadXJT Initial version of rmt driver (#1525) 2018-09-17 23:19:27 +02:00
RMTWriteNeoPixel RMT: Fix in bitshift of NeoPixel example project (#2986) 2019-07-16 17:14:28 +03:00