Mercurial > hg > beaglert
diff 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 |
line wrap: on
line diff
--- a/include/BeagleRT.h Tue May 17 16:07:45 2016 +0100 +++ b/include/BeagleRT.h Tue May 17 17:49:23 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