Skip to content

Commit fa0d46f

Browse files
authored
Merge pull request #2241 from montoyamoraga/patch-1
fix typo, it said sawtooth, it should say sine
2 parents 1bf15e7 + 2681f35 commit fa0d46f

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/dac

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/dac/dac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For example when dimming an LED, you can freely use a PWM enabled digital pin as
4646
However this will not always be the case, and for many uses you will need to use a genuine analog output to get your desired results. One such case is in audio purposes, where a PWM output simply will not give the same quality of sound as a genuine analog output, and requires some fiddling to work in the first place.
4747

4848
## Code
49-
The code for this tutorial is split in two parts, one main sketch and a header file containing a pre-generated sawtooth-waveform.
49+
The code for this tutorial is split in two parts, one main sketch and a header file containing a pre-generated sine waveform.
5050

5151
With this sketch, we have pre-generated a sine waveform. You could also dynamically generate it either at the beginning of your sketch or during, but doing so would be less efficient without gaining any performance. So going this route is the best practice.
5252

0 commit comments

Comments
 (0)