diff options
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 |