1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-23 03:22:23 +03:00

add palindrome (#754)

* 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
This commit is contained in:
Rob Tillaart
2021-12-03 11:34:09 +01:00
committed by GitHub
parent 1c76311310
commit 4a9c75962b

View File

@@ -3120,6 +3120,7 @@ https://github.com/RobTillaart/MultiMap
https://github.com/RobTillaart/Multiplex https://github.com/RobTillaart/Multiplex
https://github.com/RobTillaart/nibbleArray https://github.com/RobTillaart/nibbleArray
https://github.com/RobTillaart/Optoma https://github.com/RobTillaart/Optoma
https://github.com/RobTillaart/palindrome
https://github.com/RobTillaart/PAR27979 https://github.com/RobTillaart/PAR27979
https://github.com/RobTillaart/ParallelPrinter https://github.com/RobTillaart/ParallelPrinter
https://github.com/RobTillaart/PCA9635 https://github.com/RobTillaart/PCA9635