summaryrefslogtreecommitdiff
path: root/src/drivers/ao_pca9922.c
Commit message (Collapse)AuthorAge
* altos: Add LED test command to pca9922 driverKeith Packard2014-05-12
| | | | | | This lets you control the LEDs from the command line to test things. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Changes required by cc1111 multi-spi supportKeith Packard2013-08-25
| | | | | | These drivers got missed Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: PCA9922 LED driver needs Enable driven low to latch valuesKeith Packard2013-06-19
| | | | | | | Driving Enable high means anything going past on the clock and data pair is reflected on the LEDs, which isn't terribly useful Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add 'ao_led_set_mask' in the PCA9922 driverKeith Packard2012-08-24
| | | | | | This lets a subset of the LEDs be controlled independent of other LED settings. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add telefire-v0.1Keith Packard2012-07-29
Signed-off-by: Keith Packard <keithp@keithp.com>