Update cubesatsim.ino

pull/264/head
alanbjohnston 3 years ago committed by GitHub
parent d1cf77a3e1
commit 2754230250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3783,7 +3783,7 @@ void config_gpio() {
randomSeed(raw); randomSeed(raw);
for (int j=0; j++; j < 20) for (int j=0; j<20; j <++)
Serial.println(rand_float(-.2, .2); Serial.println(rand_float(-.2, .2);
pinMode(AUDIO_IN_PIN, INPUT); pinMode(AUDIO_IN_PIN, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.