diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-19 15:28:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-19 15:28:47 +0200 |
commit | 1b6b097ced956c399fab05979eaaca1e3aeaa687 (patch) | |
tree | 170ec4f36914ba89928862c4c0d15eb51d8c8450 /sw/README.rst | |
parent | 73fdbdf50e1d024eea755407765991ed5c61c90b (diff) | |
download | glutte-batteries-1b6b097ced956c399fab05979eaaca1e3aeaa687.tar.gz glutte-batteries-1b6b097ced956c399fab05979eaaca1e3aeaa687.tar.bz2 glutte-batteries-1b6b097ced956c399fab05979eaaca1e3aeaa687.zip |
Add acknowledgements
Diffstat (limited to 'sw/README.rst')
-rw-r--r-- | sw/README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/README.rst b/sw/README.rst index eb5196d..abdcd91 100644 --- a/sw/README.rst +++ b/sw/README.rst @@ -42,3 +42,13 @@ Reglages eFuse - Ext: Brownout detector: 4.3V Commande AVRdude equivalente: `-U lfuse:w:0x50:m -U hfuse:w:0xd9:m -U efuse:w:0xfc:m` + +Acknowledgements +================ + +Le dossier `lib/` contient des fichiers des bibliotheques suivantes: + +- OneWire https://github.com/PaulStoffregen/OneWire +- DallasTemperature https://github.com/milesburton/Arduino-Temperature-Control-Library.git +- avr-uart https://github.com/andygock/avr-uart +- Code exemple LTC2400 de l'application note correspondante |