Skip to content

Commit

Permalink
docs: mention SPI driver interface and APA102 support
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 13, 2017
1 parent 71ca8ed commit f85d3b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ drivers provided using the `gobot/drivers/i2c` package:
- TSL2561 Digital Luminosity/Lux/Light Sensor
- Wii Nunchuck Controller

Support for devices that use Serial Peripheral Interface (SPI) have
a shared set of drivers provided using the `gobot/drivers/spi` package:

- [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus) <=> [Drivers](https://github.com/hybridgroup/gobot/tree/master/drivers/spi)
- APA102 Programmable LEDs

More platforms and drivers are coming soon...

## API:
Expand Down

0 comments on commit f85d3b8

Please sign in to comment.