print 20 random values at start

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

@ -3781,6 +3781,9 @@ void config_gpio() {
Serial.printf(" temp = %f C", temp);
randomSeed(raw);
for (int j=0; j++; j < 20)
Serial.println(rand_float(-.2, .2);
pinMode(AUDIO_IN_PIN, INPUT);
Serial.print("Audio In: ");

Loading…
Cancel
Save

Powered by TurnKey Linux.