Skip to content

Commit 4becdf0

Browse files
committed
Add some drivers
1 parent 0c25daa commit 4becdf0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,25 +1041,28 @@ Work in progress drivers. Help the authors make these crates awesome!
10411041
1. [LM75] - I2C - Temperature sensor and thermal watchdog (also compatible with LM75A, LM75B, LM75C, AT30TS75A, DS1775, DS75, DS7505, G751, MAX7500/1/2/3/4, MAX6625, MCP9800/1/2/3, STDS75, TCN75, PCT2075) - ![crates.io](https://img.shields.io/crates/v/lm75.svg)
10421042
1. [lp586x] - I2C/SPI - LED matrix driver ![crates.io](https://img.shields.io/crates/v/lp586x.svg)
10431043
1. [LS010B7DH01] - SPI - Memory LCD
1044+
1. [LSM303AGR] - I2C/SPI - 3D accelerometer + 3D magnetometer. (Used in e.g. micro:bit boards) ![crates.io](https://img.shields.io/crates/v/lsm303agr.svg)
10441045
1. [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
10451046
1. [LSM9DS1] - I2C/SPI - 9-axis motion sensor module ![crates.io](https://img.shields.io/crates/v/lsm9ds1.svg)
10461047
1. [ltr-559] - I2C - Ambient Light Sensor and Proximity sensor ![crates.io](https://img.shields.io/crates/v/ltr-559.svg)
10471048
1. [lvgl] - no_std [LittleVGL](https://github.com/littlevgl/lvgl) port - ![crates.io](https://img.shields.io/crates/v/lvgl.svg)
10481049
1. [M95320] - SPI - STMicroelectronics Serial flash EEPROM - ![crates.io](https://img.shields.io/crates/v/m95320.svg)
10491050
1. [MAG3110] - I2C - Magnetometer
10501051
1. [MAX17048/9] - I2C - LiPo Fuel gauge, battery monitoring IC - ![crates.io](https://img.shields.io/crates/v/max17048.svg)
1051-
1. [MAX170xx] - I2C - LiPo Fuel gauge, battery monitoring ICs compatible with MAX17043/4, MAX17048/9, MAX17058/9.
1052-
1. [MAX3010x] - I2C - Pulse oximeter and heart-rate sensor. ATM Compatible with MAX30102. -![crates.io](https://img.shields.io/crates/v/max3010x.svg)
1052+
1. [MAX170xx] - I2C - LiPo Fuel gauge, battery monitoring ICs compatible with MAX17043/4, MAX17048/9, MAX17058/9. - ![crates.io](https://img.shields.io/crates/v/max170xx.svg)
1053+
1. [MAX3010x] - I2C - Pulse oximeter and heart-rate sensor. ATM Compatible with MAX30102. - ![crates.io](https://img.shields.io/crates/v/max3010x.svg)
10531054
1. [MAX31855] - SPI - Thermocouple digital converter -![crates.io](https://img.shields.io/crates/v/max31855.svg)
10541055
1. [MAX31865] - SPI - RTD to Digital converter - ![crates.io](https://img.shields.io/crates/v/max31865.svg)
10551056
1. [MAX44009] - I2C - Ambient light sensor - ![crates.io](https://img.shields.io/crates/v/max44009.svg)
10561057
1. [MAX7219] - SPI - LED display driver - ![crates.io](https://img.shields.io/crates/v/max7219.svg)
10571058
1. [MCP4725] - I2C - 12-bit DAC - ![crates.io](https://img.shields.io/crates/v/mcp4725)
10581059
1. [MCP49xx] - SPI - 8/10/12-bit DACs like MCP4921, MCP4922, MCP4801, etc. - ![crates.io](https://img.shields.io/crates/v/mcp49xx.svg)
10591060
1. [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg)
1061+
1. [MCP4x] - SPI - Digital potentiometers (digipot) like MCP41010, MCP41050, MCP41100, MCP42010, MCP42050 and MCP42100, etc. - ![crates.io](https://img.shields.io/crates/v/mcp4x.svg)
10601062
1. [MFRC522] - SPI - RFID tag reader/writer
10611063
1. [midi-port] - UART - MIDI input - ![crates.io](https://img.shields.io/crates/v/midi-port.svg)
10621064
1. [MLX9061x] - I2C - MLX90614/MLX90615 Contact-less infrared (IR) temperature sensor driver. - ![crates.io](https://img.shields.io/crates/v/mlx9061x.svg)
1065+
1. [MMA8x5x] - I2C - Tri-axis accelerometers like MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC and MMA8653FC. - ![crates.io](https://img.shields.io/crates/v/mma8x5x.svg)
10631066
1. [motor-driver] - Motor drivers: L298N, TB6612FNG, etc.
10641067
1. [MPU6050] - I2C - no_std driver for the MPU6050 ![crates.io](https://img.shields.io/crates/v/mpu6050.svg)
10651068
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)
@@ -1141,6 +1144,7 @@ Work in progress drivers. Help the authors make these crates awesome!
11411144
[LM75]: https://crates.io/crates/lm75
11421145
[lp586x]: https://crates.io/crates/lp586x
11431146
[LS010B7DH01]: https://github.com/byronwasti/ls010b7dh01
1147+
[Lsm303agr]: https://crates.io/crates/lsm303agr
11441148
[LSM303C]: https://crates.io/crates/lsm303c
11451149
[LSM9DS1]: https://crates.io/crates/lsm9ds1
11461150
[ltr-559]: https://crates.io/crates/ltr-559
@@ -1156,10 +1160,12 @@ Work in progress drivers. Help the authors make these crates awesome!
11561160
[MAX7219]: https://github.com/almindor/max7219
11571161
[MCP4725]: https://crates.io/crates/mcp4725
11581162
[MCP49xx]: https://crates.io/crates/mcp49xx
1163+
[MCP4x]: https://crates.io/crates/mcp4x
11591164
[MCP9808]: https://crates.io/crates/mcp9808
11601165
[MFRC522]: https://github.com/japaric/mfrc522
11611166
[midi-port]: https://crates.io/crates/midi-port
11621167
[MLX9061x]: https://crates.io/crates/mlx9061x
1168+
[MMA8x5x]: https://crates.io/crates/mma8x5x
11631169
[motor-driver]: https://github.com/japaric/motor-driver
11641170
[MPU6050]: https://crates.io/crates/mpu6050
11651171
[MPU9250]: https://crates.io/crates/mpu9250

0 commit comments

Comments
 (0)