homey-arduino-library
homey-arduino-library copied to clipboard
adding support for arduino uno wifi (rev2)
Ads support for arduino uno wifi (rev2)
It would how ever be good to check if this doesn't break nano's.
I already developed 2 projects with arduino uno wifi rev2 and it's working very well. We just have to add "AVR_ATmega4809" bords in the homey.h and include the wifiNINA library.
#elif defined(AVR_ATmega4809) #include <WiFiNINA.h> #define CLIENT_TYPE WiFiClient #define UDP_SERVER_TYPE WiFiUDP #define TCP_SERVER_TYPE WiFiServer #define MAXCALLBACKS 10 #define CAN_NOT_STOP_TCP