Skip to content
Snippets Groups Projects
Commit f70d15ed authored by Moritz Perschke's avatar Moritz Perschke
Browse files

added basic readme to espnow lib

parent c6e23818
No related branches found
No related tags found
5 merge requests!39Merge Develop into Main,!19development into master,!17Inital Host, initial Client,!3Merge Branch `develop` into `sensor_readout`,!1Espnow
# basic usage
To send data using espnow, create a new Message object,
then use the add_data(value, identifier) method for every value
to fill the message.
when every value is added, use the send() method to send the data
to the host (fipy). If the esp client has never recieved a config
message from the host, it will instead broadcast the message.
---
right now, it is not possible to add more than 10 values.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment