You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library could use out-of-the-box Arduino support.
It should be simple to do by checking for #ifdef Arduino_h and providing a different API that doesn't require file descriptors.
The text was updated successfully, but these errors were encountered:
New plan. Create a base class that merely interprets a byte stream. Arduino support can be a simple wrapper class around that. Also I2C, Serial, etc on GNU/Linux as well.
techie66
changed the title
Arduino support
Arduino support / API class inheritance
Apr 1, 2021
This library could use out-of-the-box Arduino support.
It should be simple to do by checking for #ifdef Arduino_h and providing a different API that doesn't require file descriptors.
The text was updated successfully, but these errors were encountered: