same arduino code:
Code: Select all
...
void setup(){
...
u8g2.drawUTF8(1, 1, String(analogRead(13)).c_str());
u8g2.drawUTF8(1, 15, String(analogRead(15)).c_str());
u8g2.drawUTF8(1, 30, String(analogRead(32)).c_str());
u8g2.drawUTF8(1, 45, String(analogRead(33)).c_str());
...
}
void loop(){
//todo
}
who know what the difference between ADC1 AND ANDC2 when read the AD value ? thx!