The library works with Arduino Uno R4 WiFi, but example need to be modified #344
Closed
ArduinoGetStarted
started this conversation in
General
Replies: 1 comment 13 replies
-
What you mentioned showed that you are using the outdated version library. You should update the library first and try with the examples that provided by that version. You don't have to modify anything other than the sign in credentials. All examples work for multi-platform and devices. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The library works with Arduino Uno R4 WiFi.
However, You need to modify the example code because the Arduino Uno R4 WiFi currently does not support Serial.printf function
Also, when you compile, Arduino IDE may show an warning that platform is not supported. but it is ok.
For the example code that works with Arduino Uno R4 WiFi, you can see it in this Arduino Gmail tutorial.
There are some simplified tutorials for other hardware:
Beta Was this translation helpful? Give feedback.
All reactions