-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The current library implementation doesn't play nice with the Arduino MBed Core for the Raspberry Pi pico2040.
Besides the check for hardware serial many functions like the Arduino String implementations and toInt() methods seem to be inop.
Describe the solution you'd like
- Either a integrated solution into a separate rpi library
- Integration into the current library
One of the issues is the use of the String type in the library. This type needs to be converted to a C string throughout the library (this is better overall).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request