Added Arduino Due support
- Added support for Arduino Due on request of @coolpluggy. (Should work for other SAM boards.)
- Added
Serial.begin(9600);toexamples/FixedPointCalculations. - Simplified the definitions of
roundFixed, which should reduce the generated code size.
Special thanks to @adekto for testing the Arduino Due support.