adafruit / Adafruit-MLX90614-Library

Arduino library for the MLX90614 sensors in the Adafruit shop
Other
128 stars 97 forks source link

Fixing include line #1

Closed mbuc closed 9 years ago

mbuc commented 9 years ago

Replaced angle brackets with quotation marks in line 20. Angle brackets caused compiler errors.

tdicola commented 9 years ago

Is there a specific platform or tool that's failing from the current include line? I tried the library as is without this pull in Arduino 1.5.6-r2 (uses the old avr-gcc 4.3 toolchain) and 1.5.8 (uses the new avr-gcc 4.6 toolchain) but neither of them fail.