I have following error while compiling my Arduino LoRa Program Compilation
Kindly guide me :o
Don't post screenshots of text! That is very unhelpful. When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS (</> button on the toolbar). It is almost never appropriate to post screenshots but in some cases it is helpful to post images. You should attach and embed the image following these instructions:
http://forum.arduino.cc/index.php?topic=364156
Please post a link to where you found this code. Use the chain links icon on the toolbar to make the link clickable.
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"
F:\Sadiq Code - Original\LoRa_Voltage_ACK_Capacitor_Side\LoRa_Voltage_ACK_Capacitor_Side.ino:33:22: fatal error: avr32/io.h: No such file or directory
#include <avr32/io.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
pert:
Please post a link to where you found this code. Use the chain links icon on the toolbar to make the link clickable.
Without you posting your code, we cannot know which LoRa library you are using, and the code would give a clue as to why avr32/io.h is required in the first place.
It would also be helpful to know which LoRa hardware you are using.