Mozzi
version 2016-12-11-17:03
sound synthesis library for Arduino
AudioConfigStandard9bitPwm.h
1
#ifndef AUDIOCONFIGSTANDARD9BITPWM_H
2
#define AUDIOCONFIGSTANDARD9BITPWM_H
3
4
11
#define STANDARD_PWM_RESOLUTION 488
12
13
/* PWM carrier frequency, for standard mode this will be the same as the audio rate. */
14
#define PWM_RATE 16384
15
16
/* Used internally to put the 0-biased generated audio into the right range for PWM output.*/
17
#define AUDIO_BIAS ((uint8_t) 244)
18
19
// Used internally. If there was a channel 2, it would be OCR1B.
20
#define AUDIO_CHANNEL_1_OUTPUT_REGISTER OCR1A
21
22
#define AUDIO_CHANNEL_1_PIN TIMER1_A_PIN // defined in TimerOne/config/known_16bit_timers.h
23
24
#endif // #ifndef AUDIOCONFIGSTANDARD9BITPWM_H
25
AudioConfigStandard9bitPwm.h
Generated on Sun Dec 11 2016 17:03:11 for Mozzi by
1.8.12