Code long. Make every file.
Arduino\libraries\Tone\Tone.cpp:26:20: fatal error: wiring.h: No such file or directory
#include <wiring.h>
^
compilation terminated.
exit status 1
Compile error.
Новый текстовый документ (3).txt (12.3 KB)
Code long. Make every file.
Arduino\libraries\Tone\Tone.cpp:26:20: fatal error: wiring.h: No such file or directory
#include <wiring.h>
^
compilation terminated.
exit status 1
Compile error.
Новый текстовый документ (3).txt (12.3 KB)
Where did you get the Tone library from ?
Library Manager.
edit the Tone.cpp file, and replace #include <wiring.h> with #include <wiring_private.h>
Thank you so much!