Skip to content

Added Arduino Due support

Compare
Choose a tag to compare
@Pharap Pharap released this 24 Feb 03:29
· 43 commits to master since this release
a2660d2
  • Added support for Arduino Due on request of @coolpluggy. (Should work for other SAM boards.)
  • Added Serial.begin(9600); to examples/FixedPointCalculations.
  • Simplified the definitions of roundFixed, which should reduce the generated code size.

Special thanks to @adekto for testing the Arduino Due support.