From b29eaaefcb26d91dce61732ca49b86b6e4f0ab30 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Wed, 26 Jan 2022 10:21:45 +0100 Subject: [PATCH] Add Fletcher checksum (#973) * 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 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 950f923f..ea2dce6b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3177,6 +3177,7 @@ https://github.com/RobTillaart/FastShiftIn https://github.com/RobTillaart/FastShiftOut https://github.com/RobTillaart/FastTrig https://github.com/RobTillaart/FLE +https://github.com/RobTillaart/Fletcher https://github.com/RobTillaart/float16 https://github.com/RobTillaart/Fraction https://github.com/RobTillaart/FRAM_I2C