Update cubesatsim.ino

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.