Recently [mit41301] wondered about increasing the data capacity of QR codes, and was able to successfully triple the number of bits using color. He chose the new rectangular micro QR code (rMQR) ...
.info-box .ib-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; } .info-box p { margin: 0; font-size: 0.92rem; line-height: 1.6; } .info-note { background: # ...
#define pot_pin A0 //Define pot pin as A0. int value = 0; //Variable to hold the value. value = analogRead(pot_pin); //Read the analog input on pot pin. Serial.println(value); //Print it out.