Mercurial > hg > beaglert
diff 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 |
line wrap: on
line diff
--- a/include/BeagleRT.h Wed May 18 01:46:32 2016 +0100 +++ b/include/BeagleRT.h Wed May 18 01:50:01 2016 +0100 @@ -132,7 +132,11 @@ float pgaGain[2]; /// Level for the headphone output float headphoneLevel; + /// How many channels to use on the multiplexer capelet, if enabled + int numMuxChannels; + /// Which PRU (0 or 1) the code should run on + int pruNumber; /// The external .bin file to load. If empty will use PRU code from pru_rtaudio_bin.h char pruFilename[MAX_PRU_FILENAME_LENGTH]; /// Whether to use verbose logging