We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2291f16 commit 859bdf0Copy full SHA for 859bdf0
examples/Oled_Display/Oled_Display.ino
@@ -6,7 +6,7 @@ void setup() {
6
}
7
8
void loop() {
9
- int random_value = random(0, 1023); //read value from A0
+ int random_value = random(0, 1023); // create a random value
10
11
Oled.setFont(u8x8_font_chroma48medium8_r);
12
Oled.setCursor(0, 33);
0 commit comments