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

add map2colour (#757)

* 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
This commit is contained in:
Rob Tillaart
2021-12-04 21:07:05 +01:00
committed by GitHub
parent 59c8822d67
commit efc6e25fc4

View File

@ -3106,6 +3106,7 @@ https://github.com/RobTillaart/Kelvin2RGB
https://github.com/RobTillaart/LineFormatter https://github.com/RobTillaart/LineFormatter
https://github.com/RobTillaart/LTC2991 https://github.com/RobTillaart/LTC2991
https://github.com/RobTillaart/M62429 https://github.com/RobTillaart/M62429
https://github.com/RobTillaart/map2colour
https://github.com/RobTillaart/MAX31855_RT https://github.com/RobTillaart/MAX31855_RT
https://github.com/RobTillaart/Max44009 https://github.com/RobTillaart/Max44009
https://github.com/RobTillaart/MCP_ADC https://github.com/RobTillaart/MCP_ADC