From 683d45af256e77d11877e9c52a0e41dd2ef6d69b Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sun, 6 Feb 2022 16:20:17 +0100 Subject: [PATCH] Add Soundex class (#1007) * 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. * Add Fletcher checksum * Add Adler checksum library * Add Soundex implements basic Soundex algorithm. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 726050d7..41b008d6 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3265,6 +3265,7 @@ https://github.com/RobTillaart/ShiftInSlow https://github.com/RobTillaart/ShiftOutSlow https://github.com/RobTillaart/SHT2x https://github.com/RobTillaart/SHT31 +https://github.com/RobTillaart/Soundex https://github.com/RobTillaart/SHT85 https://github.com/RobTillaart/SRF05 https://github.com/RobTillaart/statHelpers