Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh committed Oct 13, 2015
1 parent e01fc9b commit a8e188c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ Puts device in low power state. Useful for battery powered operations. Typical c
###### powerUp()
//Wakes chip from low power state.
<hr>
##### Error codes explained
- 0x00 SUCCESS Operation successful.
- 0x01 CALLBEGIN Please make sure .begin() has been called in setup().
- 0x02 UNKNOWNCHIP Unknown chip manufacturer.
- 0x03 UNKNOWNCAP Unknown chip capacity.
- 0x04 CHIPBUSY Chip busy.
- 0x05 OUTOFBOUNDS Address out of bounds. Please check if .begin() has been called in setup().
- 0x06 CANTENWRITE Unable to _writeEnable. Check wiring/chip.
- 0x07 OUTOFMEM Pagenumber outside maximum.
- 0x08 OUTOFPAGE Offset is outside page.
<hr>
##### Deprecated functions

The following functions are deprecated to enable compatibility with other AVR chips.
Expand Down

0 comments on commit a8e188c

Please sign in to comment.