Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino support / API class inheritance #1

Open
techie66 opened this issue May 27, 2019 · 1 comment
Open

Arduino support / API class inheritance #1

techie66 opened this issue May 27, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@techie66
Copy link
Owner

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.

@techie66 techie66 added enhancement New feature or request help wanted Extra attention is needed labels May 27, 2019
@techie66
Copy link
Owner Author

techie66 commented Apr 1, 2021

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 techie66 changed the title Arduino support Arduino support / API class inheritance Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant