Comments: RedBoard Turbo Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
After modifying many libraries and pulling my hair out I found a quick solution to the issues associated with the "Serial" call now being "SerialUSB": start your sketch with "#Define Serial SerialUSB" (before all the other library calls) to map the SerialUSB to Serial - then any standard AVR arduino libraries will work with the turbo without modification. I've written code that will work on either board flavor by just commenting or uncommenting that snippet.
In regular ol' Arduinos, like the UNO, the double data type has no more precision than the float data type (see https://www.arduino.cc/reference/en/language/variables/data-types/double/ ) . On the RedBoard Turbo, are doubles more precise?
Does the RedBoard Turbo come with MicroPython preloaded? How can the MicroPython version be upgraded to the latest version?
Will Turbo-compatible Proto Shields be forthcoming?