Skip to content

Commit 74bec8d

Browse files
committed
GIGA Audio minor fixes
1 parent 5148aef commit 74bec8d

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/08.mega/boards/giga-r1/tutorials/giga-audio

1 file changed

+2
-2
lines changed

content/hardware/08.mega/boards/giga-r1/tutorials/giga-audio/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ void waveform_gen_uturn(){
466466
/*
467467
// Null buffer for null audio output
468468
if (strcmp("n",(char*)rk) == 0){
469-
// Immitate audio pause
469+
// Imitate audio pause
470470
Serial.println(F("Null Audio"));
471471
472472
for (uint8_t i=0; i<255; i++){
@@ -515,7 +515,7 @@ void loop() {
515515
}
516516
```
517517

518-
All of the previous waveforms can be controlled by using keyboard, as such a lot of differents types of waveforms were included. We can simplify a bit and use a single sinusoidal waveform and use the keyboard for basic commands, while two potentiometers can be added to control in a more continuous manner.
518+
All of the previous waveforms can be controlled by using keyboard, as such a lot of different types of waveforms were included. We can simplify a bit and use a single sinusoidal waveform and use the keyboard for basic commands, while two potentiometers can be added to control in a more continuous manner.
519519

520520
```arduino
521521

0 commit comments

Comments
 (0)