You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IoT fan + led driver combo, new parts, I2C controller bridge (#518)
Refactors the IoT fan driver example to be a combination fan driver /
12v-capable neopixel driver. Changes it to a two-level board, adds
sensors and the choice of USB PD input. Layout to be completed as a
separate PR, which may also require changing the pinning and circuit
split between levels.
Removes IoT knob example, which is now redundant.
Component library changes:
- Add optional resistance to I2cPullup
- Add I2cController bridge, allow I2cController to have addresses
(mostly to encode inner devices), with tests
- Add OE pin to 74xx1g125
- Add VL53L5CX
Core / compiler changes:
- Add array concatenation operation to compiler, using addition op
- Add tolerance-shrinking subtract to compiler, though not plumbed
through to frontend yet
- Regenerate proto
0 commit comments