arduino / ArduinoCore-mbed

345 stars 199 forks source link

Feature request - Implement Serial.printf() #941

Closed rei-vilo closed 2 months ago

rei-vilo commented 2 months ago

Some Arduino Nano boards implements Serial.printf() but not all.

Please implement Serial.printf() on Arduino Core-Mbed to ensure compatibility across all the Arduino Nano family.

Thank you!

per1234 commented 2 months ago

Hi @rei-vilo. This would need to be implemented in the arduino/ArduinoCore-api codebase (which is a dependency of this project), not in this repository's codebase.

The request is already tracked in the appropriate issue tracker: https://github.com/arduino/ArduinoCore-API/issues/32

So you can go ahead and close this as duplicate.

rei-vilo commented 2 months ago

Thnak you! I didn't look at the different repository.