-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to find document avr/io.h #18
Comments
Which board do you have selected in the Tools > Board menu? |
nodemcu |
Actually,I want to connect nodemcu to arduino uno by EasyTransfer |
@per1234 Can you help us with this? I wish to run only I2C communication on WeMos D1 mini as master and Arduino Uno as slave, but like above described, I got compile error for the ESP8266 platform too, "fatal error: avr/io.h: No such file or directory" |
It appears the So just comment out that line of the library code. If you find the library works (not just compiles, actually works) with ESP8266 after that change, please comment here and I'll submit a pull request to remove the unnecessary avr/io.h dependencies. |
@per1234 Any help would be appreciated! p.s. |
Talking about an potentially unnecessary incompatibility with non-AVR architectures is reasonable for an issue tracker but now this is going more in the direction of a support request for your project. Further discussion on that topic is probably more appropriate for the Arduino Forum: EDIT 2018-06-23: |
@per1234 Yes, I know that, but the included I2C examples are not working even with 2x Arduino Unos using Arduino IDE 1.8.2. |
FYI: EasyTransferI2C.h has the same problem, several unneeded includes at the top of the file, including the avr/io.h mentioned in this issue. |
Oh,hello.I followed the guidance to put SoftEasyTranfer.h in the libraries,but the Arduino IDE couldn't find the avr/io.h when I compiled my project.What's the problem?Could you give me some advices?
The text was updated successfully, but these errors were encountered: