Skip to content

Commit 353f91a

Browse files
committed
Fix typo
1 parent b12d5db commit 353f91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme_Mozzi_2_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Porting to Mozzi 2.0
22

3-
// TODO: properly type up
3+
// TODO: These are just short notes taken while working. Needs to be typed up properly, in the end.
44

55

66
changed config names and semantics TODO (incomplete)
@@ -37,7 +37,7 @@ Other removed stuff:
3737
- Since Mozzi (AVR-port) no longer uses Timer 0 since a long time, the corresponding library (utility/TimerZero.h) has now been removed, too.
3838
The Arduino functions delay(), millis(), micros() and delayMicroseconds() should now be usable in theory. That said,
3939
you should avoid these functions, as they are slow (or even blocking). For measuring time, refer
40-
to mozziMircos(). For delaying events, you can use Mozzi's EventDelay() unit instead (not to be confused with AudioDelay()).
40+
to mozziMicros(). For delaying events, you can use Mozzi's EventDelay() unit instead (not to be confused with AudioDelay()).
4141

4242
Moved headers:
4343
- Header files not meant for user inclusion have been moved to "internal"

0 commit comments

Comments
 (0)