This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
Subject of the issue
===============
Since this library written in C, why should it should be restricted to Arduino only. I am proposing solution to extend this library to Linux boards like Raspberry PI, Jetson, Beaglebone etc.,
Please have a look at this repository. This is just an experimental and the below changes needed to expand the library.
- Implement serial Arduino library equivalent.
- Implement serial debug Arduino library equivalent.
- Implement print Arduino library equivalent.
- Implement i2c Arduino library equivalent.
Serial and Serial debug libraries are implemented and print library ported partially. I2C library yet to developed.
Print functionality porting would impact the code base more than expected. Shall I go ahead and implement, Would you open to adopt once it is tested in Linux? @nseidle @PaulZC Pleasae share your thoughts.
Thanks,