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

Add MCP23S17 - SPI based 16 channel port expander (#872)

* add TCA9555

* add RobTIllaart/SGP30

* Add AGS02MA

TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low.

* add MTP40C CO2 and air pressure sensor

* Add MTP40C CO2 and air pressure sensor

* Update repositories.txt

add experimental library - DAC8550

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.

* add palindrome

library with functions to test and find palindromes

* add map2colour

* add PCA9634 library

8 channel PWM / LED driver

* Add Max44007 library

experimental LUX library, similar as Max44009

* Add AM2315 library

experimental first version

* Update repositories.txt
This commit is contained in:
Rob Tillaart
2022-01-07 16:34:11 +01:00
committed by GitHub
parent f66ddca41c
commit 59d2aec09b

View File

@ -3168,6 +3168,7 @@ https://github.com/RobTillaart/Max44009
https://github.com/RobTillaart/MCP_ADC
https://github.com/RobTillaart/MCP_DAC
https://github.com/RobTillaart/MCP23017_RT
https://github.com/RobTillaart/MCP23S17
https://github.com/RobTillaart/MCP4725
https://github.com/RobTillaart/MCP9808_RT
https://github.com/RobTillaart/MINMAX