led device cleanup, bug fix and schemas (#304)

* sk6812SPI was buggy
cleaned up code - make sk6812spi and ws2812spi more consistent

* led device schema updates
This commit is contained in:
penfold42
2016-12-02 02:16:59 +11:00
committed by redPanther
parent 080059cbf5
commit 1670ec58a7
8 changed files with 70 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
"rate": {
"type": "integer",
"title":"Baudrate",
"default": 1000000,
"default": 3000000,
"propertyOrder" : 2
},
"invert": {