1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-10 13:01:01 +03:00

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.
This commit is contained in:
Rob Tillaart
2022-02-06 16:20:17 +01:00
committed by GitHub
parent 51620dfdfa
commit 683d45af25

View File

@ -3265,6 +3265,7 @@ https://github.com/RobTillaart/ShiftInSlow
https://github.com/RobTillaart/ShiftOutSlow https://github.com/RobTillaart/ShiftOutSlow
https://github.com/RobTillaart/SHT2x https://github.com/RobTillaart/SHT2x
https://github.com/RobTillaart/SHT31 https://github.com/RobTillaart/SHT31
https://github.com/RobTillaart/Soundex
https://github.com/RobTillaart/SHT85 https://github.com/RobTillaart/SHT85
https://github.com/RobTillaart/SRF05 https://github.com/RobTillaart/SRF05
https://github.com/RobTillaart/statHelpers https://github.com/RobTillaart/statHelpers