Skip to content

Commit 859bdf0

Browse files
authored
Removed A0 comment
Removed A0 from the comment , changed with the explanation of the line
1 parent 2291f16 commit 859bdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Oled_Display/Oled_Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ void setup() {
66
}
77

88
void loop() {
9-
int random_value = random(0, 1023); //read value from A0
9+
int random_value = random(0, 1023); // create a random value
1010

1111
Oled.setFont(u8x8_font_chroma48medium8_r);
1212
Oled.setCursor(0, 33);

0 commit comments

Comments
 (0)