Skip to content

Commit

Permalink
Start obsoleted files
Browse files Browse the repository at this point in the history
start adding porting table
  • Loading branch information
tfry-git committed Nov 13, 2023
1 parent 80c4908 commit f837cf1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 195 deletions.
37 changes: 0 additions & 37 deletions AudioConfigHiSpeed14bitPwm.h

This file was deleted.

25 changes: 0 additions & 25 deletions AudioConfigStandard9bitPwm.h

This file was deleted.

26 changes: 0 additions & 26 deletions AudioConfigStandardPlus.h

This file was deleted.

26 changes: 26 additions & 0 deletions Readme_Mozzi_2_0.md
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

107 changes: 0 additions & 107 deletions mozzi_config.h

This file was deleted.

0 comments on commit f837cf1

Please sign in to comment.