17-02-2015, 02:17
(This post was last modified: 17-02-2015, 02:19 by meteoestarreja.)
Please check if by mistake, you didn't edit the wrong line.
If I'm not mistaken, on line 8, you have
#include <VirtualWire.L> // library for RF RX/TX
when really should be:
#include <VirtualWire.h> // library for RF RX/TX
Please check that.
Best regards
If I'm not mistaken, on line 8, you have
#include <VirtualWire.L> // library for RF RX/TX
when really should be:
#include <VirtualWire.h> // library for RF RX/TX
Please check that.
Best regards
(17-02-2015, 02:11)tyntop Wrote: Hi,
I am having problems with arduino I have added the weatherdino files to the library in arduino, I have then opened the rx ino file and made the user changes, then saved them, when I try to compile or upload them I get the error message :
WeatherDuino_RX_v013_b014.ino 28.58 FATAL ERROR: virtualwire.L:
no such file or directory.
I have been trying for at least 2-3 hours to sort this out and I am getting frustrated.
please help.
regards
tyntop