comparison include/BeagleRT.h @ 280:c55c6f6c233c prerelease

Added support for multiplexer capelet and command-line support for choosing PRU
author andrewm
date Tue, 17 May 2016 17:49:23 +0100
parents 88cf310417cd
children
comparison
equal deleted inserted replaced
278:3c3d042dad12 280:c55c6f6c233c
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