mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge branch 'master' of github.com:MathiasKoch/awesome-embedded-rust
This commit is contained in:
commit
432c3e788a
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
1. [AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [Intro blog post][25] - 
|
||||
1. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - 
|
||||
1. [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - [Intro blog post][23] - 
|
||||
1. [ADXL313] - SPI - 3-axis accelerometer - 
|
||||
1. [ADXL343] - I2C - 3-axis accelerometer - 
|
||||
1. [ADXL355] - SPI - 3-axis accelerometer - [Intro blog post][43] - 
|
||||
1. [AnyLeaf] - I2C - pH sensor module - [github](https://github.com/AnyLeaf/ph-rust) - 
|
||||
|
@ -553,6 +554,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - 
|
||||
1. [Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
|
||||
1. [Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
|
||||
1. [TC72] - SPI - Microchip TC72 temperature sensor - 
|
||||
1. [TMP006] - I2C - Contact-less infrared (IR) thermopile temperature sensor driver - [Intro post][17] 
|
||||
1. [TMP1x2] - I2C - TMP102 and TMP112x temperature sensor driver - [Intro blog post][22] 
|
||||
1. [TSL256X] - I2C - Light Intensity Sensor - [Intro blog post][11] - 
|
||||
|
@ -615,6 +617,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[AD983x]: https://crates.io/crates/ad983x
|
||||
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
|
||||
[ADS1x1x]: https://crates.io/crates/ads1x1x
|
||||
[ADXL313]: https://crates.io/crates/adxl313
|
||||
[ADXL343]: https://crates.io/crates/adxl343
|
||||
[ADXL355]: https://crates.io/crates/adxl355
|
||||
[AnyLeaf]: https://crates.io/crates/anyleaf
|
||||
|
@ -646,6 +649,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[SSD1306]: https://crates.io/crates/ssd1306
|
||||
[Sx127x]: https://crates.io/crates/radio-sx127x
|
||||
[Sx128x]: https://crates.io/crates/radio-sx128x
|
||||
[TC72]: https://crates.io/crates/microchip-tc72r-rs
|
||||
[TMP006]: https://crates.io/crates/tmp006
|
||||
[TMP1x2]: https://crates.io/crates/tmp1x2
|
||||
[TSL256X]: https://crates.io/crates/tsl256x
|
||||
|
|
Loading…
Reference in a new issue