-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start adding porting table
- Loading branch information
Showing
5 changed files
with
26 additions
and
195 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Porting to Mozzi 2.0 | ||
|
||
// TODO: properly type up | ||
|
||
|
||
changed config names and semantics TODO (incomplete) | ||
|
||
audio modes mapping | ||
|
||
- STANDARD: MOZZI_OUTPUT_PWM with PWM_RATE == AUDIO_RATE | ||
- STANDARD_PLUS: MOZZI_OUTPUT_PWM with PWM_RATE == 32768 | ||
- HIFI: MOZZI_OUTPUT_2PIN_PWM | ||
- EXTERNAL_AUDIO_OUTPUT (without BYPASS_MOZZI_BUFFER): MOZZI_OUTPUT_EXTERNAL_TIMED | ||
- EXTERNAL_AUDIO_OUTPUT (with BYPASS_MOZZI_BUFFER): MOZZI_OUTPUT_EXTERNAL_CUSTOM | ||
|
||
further | ||
- USE_AUDIO_INPUT: MOZZI_AUDIO_INPUT | ||
|
||
simple renames: | ||
- AUDIO_RATE: MOZZI_AUDIO_RATE | ||
- CONTROL_RATE: MOZZI_CONTROL_RATE | ||
|
||
all new | ||
- MOZZI_ANALOG_READS | ||
- MOZZI_COMPATIBILITY_LEVEL | ||
|
This file was deleted.
Oops, something went wrong.