Replies: 1 comment
-
Two things: This library is only suitable for original AVR based Arduino boards, The "Genuino 101" is an Intel board, using the Curie module. Sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
while compiling, I got error related to avr/io.h.
Arduino: 1.8.3 (Windows 8.1), Board: "Arduino/Genuino 101"
In file included from .../Arduino_FreeRTOS.h:104:0,
from ....\freertos.ino:1:
....\libraries\FreeRTOS\src/FreeRTOSVariant.h:12:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino 101.
Beta Was this translation helpful? Give feedback.
All reactions