adafruit / Adafruit_DotStar

GNU General Public License v3.0
97 stars 58 forks source link

Missing definition for M_PI on Arduino 101 #23

Closed terbos90803 closed 6 years ago

terbos90803 commented 6 years ago

Adding a definition for M_PI before this fixes the problem and the library works fine after that.

BillyDonahue commented 6 years ago

Was fixed by PR #25. Library no longer references M_PI. Can probably close.