Mercurial > hg > beaglert
comparison include/BeagleRT.h @ 288:771a0920c626 prerelease
merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 18 May 2016 01:50:01 +0100 |
parents | c55c6f6c233c |
children |
comparison
equal
deleted
inserted
replaced
287:4815ed0f21de | 288:771a0920c626 |
---|---|
130 float adcLevel; | 130 float adcLevel; |
131 /// Gains for the PGA, left and right channels | 131 /// Gains for the PGA, left and right channels |
132 float pgaGain[2]; | 132 float pgaGain[2]; |
133 /// Level for the headphone output | 133 /// Level for the headphone output |
134 float headphoneLevel; | 134 float headphoneLevel; |
135 | 135 /// How many channels to use on the multiplexer capelet, if enabled |
136 int numMuxChannels; | |
137 | |
138 /// Which PRU (0 or 1) the code should run on | |
139 int pruNumber; | |
136 /// The external .bin file to load. If empty will use PRU code from pru_rtaudio_bin.h | 140 /// The external .bin file to load. If empty will use PRU code from pru_rtaudio_bin.h |
137 char pruFilename[MAX_PRU_FILENAME_LENGTH]; | 141 char pruFilename[MAX_PRU_FILENAME_LENGTH]; |
138 /// Whether to use verbose logging | 142 /// Whether to use verbose logging |
139 int verbose; | 143 int verbose; |
140 | 144 |