1st version with c implementation of state engine

This commit is contained in:
2017-11-25 23:58:24 +01:00
parent f6a3f4a5f3
commit e2209504da
17 changed files with 1409 additions and 188 deletions

View File

@@ -29,7 +29,10 @@ libs:
- origin: https://github.com/mongoose-os-libs/aws
- origin: https://github.com/mongoose-os-libs/mjs
config_schema:
- ["i2c.enable", true]
- ["i2c.enable", false]
- ["led.pin", "i", 2, {title: "Pin for data to WS2812 based LED chain"}]
- ["led.useDefaults", "b", true, {title: "Use default values for colors, led-definitions, animations"}]
- ["led.count", "i", 5, {title: "Number of LEDs connected in the chain"}]
build_vars:
MGOS_ENABLE_ONEWIRE: 1
cflags: []