1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
2023-10-27 20:46:45 +02:00
..
2023-06-04 18:36:55 +02:00
2023-06-04 18:36:55 +02:00

SPI

This package provides drivers for SPI devices.

Getting Started

Please refer to the main README.md

Hardware Support

Gobot has a extensible system for connecting to hardware devices.

The following SPI Devices are currently supported:

  • APA102 Programmable LEDs
  • MCP3002 Analog/Digital Converter
  • MCP3004 Analog/Digital Converter
  • MCP3008 Analog/Digital Converter
  • MCP3202 Analog/Digital Converter
  • MCP3204 Analog/Digital Converter
  • MCP3208 Analog/Digital Converter
  • MCP3304 Analog/Digital Converter
  • MFRC522 RFID Card Reader
  • SSD1306 OLED Display Controller
  • GoPiGo3 Robot

The following SPI system drivers are currently supported:

  • SPI by /dev/spidevX.Y with the awesome periph.io which currently only works on Linux systems
  • SPI via GPIO's