diff --git a/readme.md b/readme.md index 0e6ac2d..c5b62a3 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # DHT PIO Rust Library +[![crates.io](https://img.shields.io/crates/v/dht-pio)](https://crates.io/crates/dht-pio) [![GitHub](https://img.shields.io/github/license/jnthbdn/rs-dht-pio)](https://github.com/jnthbdn/rs-dht-pio) _[french version](readme_fr.md)_ @@ -24,9 +25,9 @@ For the moment, the crates have only been tested on a Raspberry Pico. ❌ DHT11 ## TODO -[ ] Finish Readme -[ ] Add CRC read -[ ] Check CRC -[ ] DHT11 support -[ ] Test DHT11 -[ ] Document code \ No newline at end of file +- [ ] Finish Readme +- [ ] Add CRC read +- [ ] Check CRC +- [ ] DHT11 support +- [ ] Test DHT11 +- [ ] Document code \ No newline at end of file diff --git a/readme_fr.md b/readme_fr.md index 2695698..14cfec7 100644 --- a/readme_fr.md +++ b/readme_fr.md @@ -1,7 +1,11 @@ # DHT PIO Rust Library +[![crates.io](https://img.shields.io/crates/v/dht-pio)](https://crates.io/crates/dht-pio) [![GitHub](https://img.shields.io/github/license/jnthbdn/rs-dht-pio)](https://github.com/jnthbdn/rs-dht-pio) + + _[english version](readme.md)_ + ## Pourquoi ? Les DHT (22 ou 11) utilisent un protocole 1-Wire, qui n'est pas compatible avec le protocole du même nom de [Dallas Semicondutors](https://en.wikipedia.org/wiki/1-Wire). Le [Raspberry Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) (comme d'autres microcontrôleurs) ne possède pas de périphérique dédié à ce protocole. @@ -24,9 +28,9 @@ Pour le moment le crates n'a été testé que sur un Raspberry Pico. ❌ DHT11 ## TODO -[ ] Finir le Readme -[ ] Ajouter la lecture du CRC -[ ] Vérifier le CRC -[ ] Support du DHT11 -[ ] Tester DHT11 -[ ] Documenter le code \ No newline at end of file +- [ ] Finir le Readme +- [ ] Ajouter la lecture du CRC +- [ ] Vérifier le CRC +- [ ] Support du DHT11 +- [ ] Tester DHT11 +- [ ] Documenter le code \ No newline at end of file