Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 60564b4ec8
commit eee9f8c8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -800,6 +800,7 @@ void write_wave(int i, short int *buffer)
// else // else
buffer[ctr++] = (short int)(0.25 * amplitude * phase); buffer[ctr++] = (short int)(0.25 * amplitude * phase);
Serial.print(buffer[ctr - 1]); Serial.print(buffer[ctr - 1]);
Serial.print(" ");
} }
else else
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.