Skip to content

Commit 91e2f42

Browse files
authored
Updated README for ESP8266
1 parent efd7625 commit 91e2f42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ buf.add(&mystr);
3333

3434
A ring buffer is used when passing asynchronous io between two threads. In the case of the Arduino, it is very useful for buffering data in an interrupt routine that is later processed in your `void loop()`.
3535

36+
## Supported Platforms
37+
The library currently supports:
38+
- AVR
39+
- ESP8266
40+
3641
## Install
3742

3843
This library is now availible in the Arduino Library Manager, directly in the IDE. Go to `Sketch > Include Library > Manage Libraries` and search for `RingBuf`.

0 commit comments

Comments
 (0)