marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Create wifinina.ino #304

Open djipco opened 2 years ago

djipco commented 2 years ago

Basic example for Arduino Uno WiFi rev2 or other boards using the WiFiNINA lib

kgb1001001 commented 1 year ago

Before I saw that you had created this pull request I created my own version of the same thing - also verified that it works flawlessly with the Arduino Uno Rev 2. Only difference with this version is that instead of using the existing pin "6" hardcode in the example, I used the LED_BUILTIN predefine. https://github.com/kgb1001001/ArduinoWifiNINAAndARest.git

djipco commented 1 year ago

I submitted this PR 10 months ago. I don't think this repo is still active...