hybridgroup.gobot/drivers/spi
deadprogram 71ca8ed02f apa102: adding initial support for APA102 LEDs, thanks to code sample from @rakyll
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-12-13 14:12:30 +01:00
..
README.MD docs: some helpful edits for the initial spi implementation 2017-09-14 14:05:51 +02:00
apa102.go apa102: adding initial support for APA102 LEDs, thanks to code sample from @rakyll 2017-12-13 14:12:30 +01:00
apa102_test.go apa102: adding initial support for APA102 LEDs, thanks to code sample from @rakyll 2017-12-13 14:12:30 +01:00
doc.go First cut of the GoPiGo3 driver, lacking grove peripherals. 2017-08-24 23:38:26 -06:00
spi.go up2: extract shared SPI init code into spi package 2017-12-13 13:16:50 +01:00
spi_config.go Remove address from spi code 2017-09-12 00:51:01 -06:00
spi_test.go apa102: adding initial support for APA102 LEDs, thanks to code sample from @rakyll 2017-12-13 14:12:30 +01:00

README.MD

SPI

This package provides drivers for spi devices. It currently must be used along with the raspberry pi adaptor that supports the needed interfaces for spi devices. This uses the experimental spi package which only works on linux systems.

Getting Started

Installing

go get -d -u gobot.io/x/gobot/...

Hardware Support

Gobot has a extensible system for connecting to hardware devices.

The following spi Devices are currently supported:

  • GoPiGo3 Robot

Drivers wanted! :)

The following spi Adaptors are currently supported:

  • Raspberry Pi

Adaptors wanted too!