External Zephyr module with device drivers and samples for fancy "maker" modules with leds, inputs, and various other features
Installation:
# initialize my-workspace for the example-application (main branch)
west init -m https://github.com/titouanc/colourful-kite --mr main my-workspace
# update Zephyr modules
cd my-workspace
west update
Running a sample
west build -b $BOARD [ -S debug ] colourfulkite/samples/$SAMPLE
west flash
Adafruit seesaw is a near-universal converter framework which allows you to add and extend hardware support to any I2C-capable microcontroller or microcomputer. Instead of getting separate I2C GPIO expanders, ADCs, PWM drivers, etc, seesaw can be configured to give a wide range of capabilities.
At the moment, the following modules are supported:
- GPIO
- PWM
- NEOPIXEL leds
- EEPROM
- KEYPAD input keys
Samples for Seesaw ATTiny817
Samples for Neotrellis
- neotrellis: illuminate keys of the neotrellis when pressed