Skip to content

Library support for the rpi pico 2040 #219

@BitsAndDroids

Description

@BitsAndDroids

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions