From 46072d8a6b545c4749e2bf24bbff96832e2bfcd2 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 25 Jan 2022 09:52:45 +0100 Subject: [PATCH] Add MS5611_SPI (#963) * Add MCP23S08 8 bit SPI IO extender * add mcp23008 i2c 8 channel IO extender * Add DHT20 - I2C temperature and humidity sensor * Add MAX6675 Arduino library for MAX6675 chip for K type thermocouple * Add MS5611_SPI Experimental library for GY-63 / MS5611 over SPI interface. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 906c7cd9..bfd7490f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3213,6 +3213,7 @@ https://github.com/RobTillaart/MCP9808_RT https://github.com/RobTillaart/MINMAX https://github.com/RobTillaart/ML8511 https://github.com/RobTillaart/MS5611 +https://github.com/RobTillaart/MS5611_SPI https://github.com/RobTillaart/MT8870 https://github.com/RobTillaart/MTP40C https://github.com/RobTillaart/MultiMap