Skip to content

Commit

Permalink
5c stage of update (readme 5-6)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaper7 authored Oct 17, 2019
1 parent aad818d commit f716786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ to ensure low level on GPIO15 by built-in in most ESP8266 modules pulldown resis

### Reading: ###
List of available registers for SDM72/120/220/230/630:</br>
https://github.com/reaper7/SDM_Energy_Meter/blob/master/SDM.h#L52
https://github.com/reaper7/SDM_Energy_Meter/blob/master/SDM.h#L58
```cpp
//reading voltage from SDM with slave address 0x01 (default)
// __________register name
Expand Down Expand Up @@ -222,7 +222,7 @@ uint16_t lasterror = sdm.getErrCode(true);
sdm.clearErrCode();
```
Errors list returned by <b>getErrCode</b>:</br>
https://github.com/reaper7/SDM_Energy_Meter/blob/master/SDM.h#L161</br>
https://github.com/reaper7/SDM_Energy_Meter/blob/master/SDM.h#L177</br>

You can also check total number of errors using function:
```cpp
Expand Down

0 comments on commit f716786

Please sign in to comment.