Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 8864b3ba53
commit 87ff13889a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2563,7 +2563,7 @@ void config_gpio() {
// set anlog inputs and read
Serial.print("Diode voltage (temperature): ");
Serial.println(analogRead(TEMPERATURE));
Serial.println(analogRead(TEMPERATURE_PIN));
Serial.print("Audio In: ");
Serial.println(analogRead(AUDIO_IN_PIN));

Loading…
Cancel
Save

Powered by TurnKey Linux.