Mozzi
version 2015-05-11-20:23
sound synthesis library for Arduino
All
Classes
Functions
Typedefs
Groups
AudioConfigTeensy3_12bit.h
1
#ifndef AUDIOCONFIGTEENSY3_12BIT_H
2
#define AUDIOCONFIGTEENSY3_12BIT_H
3
4
7
/* Used internally to put the 0-biased generated audio into the centre of the output range (12 bits on Teensy 3) */
8
#define AUDIO_BIAS ((uint16_t) 2048)
9
10
#define AUDIO_CHANNEL_1_PIN A14
11
12
#endif // #ifndef AUDIOCONFIGTEENSY3_12BIT_H
13
AudioConfigTeensy3_12bit.h
Generated on Mon May 11 2015 20:24:02 for Mozzi by
1.8.7