update readme
This commit is contained in:
parent
fbffaf4ccf
commit
37a6d10949
11
README.md
11
README.md
@ -217,11 +217,12 @@ uint16_t size() const;
|
|||||||
uint8_t* data();
|
uint8_t* data();
|
||||||
uint8_t data(const uint16_t i) const;
|
uint8_t data(const uint16_t i) const;
|
||||||
void subscribe(const uint32_t universe, const CallbackType& func);
|
void subscribe(const uint32_t universe, const CallbackType& func);
|
||||||
void subscribe(const CallbackType& func);
|
|
||||||
void subscribe(const uint8_t net, const uint8_t subnet, const uint8_t universe, const CallbackType& func);
|
void subscribe(const uint8_t net, const uint8_t subnet, const uint8_t universe, const CallbackType& func);
|
||||||
|
void subscribe(const CallbackAllType& func); // for all packet of all universe
|
||||||
void unsubscribe(const uint32_t universe);
|
void unsubscribe(const uint32_t universe);
|
||||||
void unsubscribe();
|
|
||||||
void unsubscribe(const uint8_t net, const uint8_t subnet, const uint8_t universe);
|
void unsubscribe(const uint8_t net, const uint8_t subnet, const uint8_t universe);
|
||||||
|
void unsubscribe(); // for all packet of all universe
|
||||||
|
void clear_subscribers(); // clear all callbacks
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Platform
|
## Supported Platform
|
||||||
@ -242,11 +243,7 @@ Please feel free to send PR or request for more board support!
|
|||||||
#### Ethernet
|
#### Ethernet
|
||||||
|
|
||||||
- ESP8266
|
- ESP8266
|
||||||
- Teensy 3.x, 4.x
|
- Almost all platforms without WiFi
|
||||||
- AVR (Arduino Uno, Mega, ...)
|
|
||||||
- megaAVR (Arduino Uno WiFi Rev2, ...)
|
|
||||||
- SAMD (Arduino MKR series, ...)
|
|
||||||
- SPRESENSE
|
|
||||||
|
|
||||||
|
|
||||||
#### Note
|
#### Note
|
||||||
|
Loading…
Reference in New Issue
Block a user