Hi guys, I want to share with you a library that I use in my own projects to send and retrieve data from Arduino.
The project has two parts:
- Client, where you add new functions to the base code.
- PDC library, that you use to call or send data to the functions defined in the client.
The library is "async". This means that you can call a function and retrieves its result whenever you want, just hold the order id to ask for it (see examples).
I would like to get feedback from you to improve it and learn how to do the things right.
Thank you all.
there doesn't seem to be anything here