Skip to content

Commit 76c7ae0

Browse files
authored
Merge pull request #477 from alexeden/add-adafruit-seesaw
Add adafruit-seesaw driver
2 parents 841e143 + 459d47f commit 76c7ae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
777777

778778
1. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - [![crates.io](https://img.shields.io/crates/v/ad983x.svg)](https://crates.io/crates/ad983x)
779779
1. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - [![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)](https://crates.io/crates/adafruit-alphanum4)
780+
1. [adafruit-seesaw] - I2C - Driver for devices running the [Adafruit Seesaw][75] firmware - [![crates.io](https://img.shields.io/crates/v/adafruit-seesaw.svg)](https://crates.io/crates/adafruit-seesaw)
780781
1. [ADE791x] - SPI - ADE7912/ADE7913 3-Channel, Isolated, Sigma-Delta ADC - [github][66] - [![crates.io](https://img.shields.io/crates/v/ade791x.svg)](https://crates.io/crates/ade791x)
781782
1. [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - [Intro blog post][23] - [![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)](https://crates.io/crates/ads1x1x)
782783
1. [ADXL313] - SPI - 3-axis accelerometer - [![crates.io](https://img.shields.io/crates/v/adxl313.svg)](https://crates.io/crates/adxl313)
@@ -934,9 +935,11 @@ Otherwise, please add it to the [WIP section](#wip) below.
934935
[72]: https://github.com/FloppyDisck/SHT31-rs
935936
[73]: https://barretts.club/posts/max6675-hal/
936937
[74]: https://github.com/rust-dd/embedded-dht-rs
938+
[75]: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/overview
937939

938940
[AD983x]: https://crates.io/crates/ad983x
939941
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
942+
[adafruit-seesaw]: https://crates.io/crates/adafruit-seesaw
940943
[ADE791x]: https://crates.io/crates/ade791x
941944
[ADS1x1x]: https://crates.io/crates/ads1x1x
942945
[ADXL313]: https://crates.io/crates/adxl313

0 commit comments

Comments
 (0)