Skip to content

Commit

Permalink
Add chip's features support
Browse files Browse the repository at this point in the history
  • Loading branch information
destroyedlolo authored Nov 5, 2017
1 parent 334994c commit fb1b991
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://www.pjrc.com/teensy/td_libs_OneWire.html

Have a look on provided examples as well as .h files for additionnal informations.

In a user point of vue :
Interfaces implementation :

## OWBus (OWBus.h)

Expand Down Expand Up @@ -42,7 +42,21 @@ Handles well known ds18b20 temperature probe.
- synchronous and asynchronous temperature conversion
- precision
- conversion timings
- ...

### Features Support
- Temperature : **Tested ok**
- Precision : **Tested ok**
- Alarms : *To be done*
- EEprom : *To be done*

## DS28EA00
Handles ds28ea00 temperature probe as well as its PIO.
Handles ds28ea00 temperature probe as well as its PIOs.

### Features Support
- Temperature : **Tested ok**
- Precision : **Tested ok**
- Alarms : *To be done*
- EEprom : *To be done*
- Chain : *To be done*
- PIO writing : **Tested ok**
- PIO reading : **Tested ok**

0 comments on commit fb1b991

Please sign in to comment.