Skip to content

Commit

Permalink
Add ProgmemStream in the summary table
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 17, 2022
1 parent 5b69eff commit 6a8f3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ See the equivalence table below.
| Repeat *write* operations | `WriteWaitingClient` | `WriteWaitingStream` | `WaitingPrint` |
| Use `String` as a stream | | `StringStream` | `StringPrint` |
| Use EEPROM as a stream | | `EepromStream` | |
| Use `PROGMEM` as a stream | | `ProgmemStream` | |
| Error correction (decode only) | `HammingDecodingClient` | `HammingDecodingStream` | |
| Error correction (encode only) | `HammingEncodingClient` | `HammingEncodingStream` | `HammingPrint` |
| Error correction (encode & decode) | `HammingClient` | `HammingStream` | |
Expand Down

0 comments on commit 6a8f3ba

Please sign in to comment.