DocBohn / CowPi_stdio

A library to interface with the Arduino serial monitor using familiar stdio functions.
Apache License 2.0
0 stars 0 forks source link

Define stdin & stdout for SAMD #1

Open DocBohn opened 1 year ago

DocBohn commented 1 year ago

Specifically, Arduino Nano 33 IoT

DocBohn commented 1 year ago

bcc2ef7 creates stdin & stdout; still need to sort out floating point conversion. We'll try

-Wl,-u,_printf_float` (and also `-Wl,-u,_scanf_float`)
-or-

in the source code asm (".global _floatf_float"); asm (".global _scanf_float");