Add Arduino Due support (#16)

Automatically disables random number functionality for Arduino Due.
pull/24/head
Pharap 6 years ago committed by GitHub
parent 5880da2e35
commit 8d308632a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FixedPoints/Details.h

@ -31,7 +31,7 @@
#define FIXED_POINTS_DETAILS FixedPointsDetails
#endif
#if defined(ESP8266)
#if defined(ESP8266) || defined(ARDUINO_SAM_DUE)
#define FIXED_POINTS_NO_RANDOM
#endif

Loading…
Cancel
Save