Reduced default baudrate for the ws2812b to 2MHz

Former-commit-id: a2b38c6ff7a66da9d252a1801e86b4843bd6b65f
This commit is contained in:
T. van der Zwan 2014-01-07 13:21:19 +00:00
parent ab0ea90b55
commit 7be5684831
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "LedDeviceWs2812b.h"
LedDeviceWs2812b::LedDeviceWs2812b() :
LedRs232Device("/dev/ttyAMA0", 2500000)
LedRs232Device("/dev/ttyAMA0", 2000000)
{
// empty
}