evert-arias / EasyBuzzer

The Beep Library For Arduino

Home Page:https://evert-arias.github.io/EasyBuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems compiling - Linux and Arduino IDE 1.8.6

equake opened this issue · comments

Hi!
Can't make EasyBuzzer work.

In file included from /tmp/arduino_modified_sketch_296664/Sequence.ino:8:0:
./Arduino/libraries/EasyBuzzer/src/EasyBuzzer.h:14:22: fatal error: arduino.h: No such file or directory
compilation terminated.
exit status 1

Files names are case sensitive in Linux, maybe you should include "Arduino.h"?

Thanks!

@equake Hi,
It's done!
2cf10b8

Thanks for the feedback.