Open Rusteo opened 5 years ago
Hi,
I think it's not that simple. Read: https://forum.arduino.cc/t/megacorex-arduino-support-for-atmega4809-3209-1609-809-and-4808-3208-1608-808/629534
I aso wish that the shield was supported for the Rev2 Wifi.
Hi,
I'd have liked to see this issue before bying my Uno Wifi Rev 2 :/ Any hope this can be solved ?
any updates on this?
Hi all,
I am having trouble using this library with my Arduino Uno Wifi Rev.2 (I am using a Sparkfun shield). I am trying to run the "board_qc" example on my arduino. When I first compiled the sketch, I had the following error message:
# error"Please define board in avrpins.h"
So I have added the following pin numbers to "avrpins.h" in order to use my Uno Wifi Rev.2 and according to the drawings:
This fixed my first issue. However, I now get this error when compiling (complete error report is enclosed because very long: board_qc Error Message.txt):
exit status 1 'class USB' has no member named 'Init'; did you mean 'init'?
I tried to use "init()" instead of "Init()" but it did not solve the issue:
exit status 1 'void USB::init()' is private within this context
I would like to add that I am compiling using the Register Emulation set on ATMEGA328.
My conclusion is that the library is not compatible with the Uno Wifi Rev.2 as is. Has someone been able to use this library with the Uno Wifi Rev.2 ? If yes how ?
Any help appreciated. Thanks.