VIRTUAL WIRE_ARDUINO PROGRAM

Thread Starter

AJIN NADH

Joined Dec 18, 2014
84
HI,
Am tried to load the arduino virtual wire program but its showing some error...
I used the virtual library , please find attachment., Can anybody help me to find the issue


Regards,
Ajin nadh
 

Attachments

sirch2

Joined Jan 21, 2013
1,037
An error like that normally indicates either you haven't included the correct library or the library file cannot be found on the build path
 

Thread Starter

AJIN NADH

Joined Dec 18, 2014
84
I cross checked many times On many systems

Every time showing that -
"" vw_set_ptt_inverted(true); // Required for DR3100 "" was not declared in this scope
 

djsfantasi

Joined Apr 11, 2010
9,163
I installed the library you attached and tried to compile the "receiver" example, as you did. I get the same error.

Upon further investigation, the files you attached do not include "VirtualWire.h".

Is this file on your system and where is it located?
 

djsfantasi

Joined Apr 11, 2010
9,163
Can you send a screen shot showing the location?

Did you import the VirtualWire library? The option is under the "Sketch" tab.
 
Top