Skip to content

titouanc/colourful-kite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colourful kite

External Zephyr module with device drivers and samples for fancy "maker" modules with leds, inputs, and various other features

Usage

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

Supported modules

Adafruit Seesaw

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

  • act_led: toggle the on-board red indicator LED
  • pwm_led: drive an LED wired to pin 0

Samples for Neotrellis

  • neotrellis: illuminate keys of the neotrellis when pressed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published