Skip to content

Commit 8d98beb

Browse files
decrypheeldruin
authored andcommitted
Add MS5637 temperature and pressure sensor
1 parent c689c66 commit 8d98beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ Work in progress drivers. Help the authors make these crates awesome!
10561056
1. [motor-driver] - Motor drivers: L298N, TB6612FNG, etc.
10571057
1. [MPU6050] - I2C - no_std driver for the MPU6050 ![crates.io](https://img.shields.io/crates/v/mpu6050.svg)
10581058
1. [MPU9250] - no_std driver for the MPU9250 (and other MPU* devices) & onboard AK8963 (accelerometer + gyroscope + magnetometer IMU) ![crates.io](https://img.shields.io/crates/v/mpu9250.svg)
1059+
1. [MS5637] - no_std I2C driver for the MS5637 temperature and pressure sensor ![crates.io](https://img.shields.io/crates/v/ms5637.svg)
10591060
1. [NRF24L01] - SPI - 2.4 GHz wireless communication
10601061
1. [OneWire] - 1wire - OneWire protocol implementation with drivers for devices such as [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) - ![crates.io](https://img.shields.io/crates/v/onewire.svg)
10611062
1. [PCD8544] - SPI - 48x84 pixels matrix LCD controller
@@ -1153,6 +1154,7 @@ Work in progress drivers. Help the authors make these crates awesome!
11531154
[motor-driver]: https://github.com/japaric/motor-driver
11541155
[MPU6050]: https://crates.io/crates/mpu6050
11551156
[MPU9250]: https://crates.io/crates/mpu9250
1157+
[MS5637]: https://crates.io/crates/ms5637
11561158
[NRF24L01]: https://github.com/maikelwever/nrf24l01
11571159
[OneWire]: https://crates.io/crates/onewire
11581160
[PCD8544]: https://github.com/pcein/pcd8544

0 commit comments

Comments
 (0)