Open
Description
To avoid confusion, as in this Forum thread, add Arduino Nano Every to the Arduino megaAVR Boards, next to the UNO WiFi Rev2 on the analogReference() Function page.
Metadata
Metadata
Assignees
Labels
No labels
To avoid confusion, as in this Forum thread, add Arduino Nano Every to the Arduino megaAVR Boards, next to the UNO WiFi Rev2 on the analogReference() Function page.
Activity
Azat-pixel commentedon Mar 16, 2025
void setup() {
pinMode(13, OUTPUT); // sets the digital pin 13 as output
}