Hey All!
I was flipping through the LXR schematics (
frontpanel,
mainboard) and noticed that the switches on the audio out jacks (that sense whether they are plugged or not) - these are actually connected to ADC's on the mainboard... With a plug mod and Y-splitter, could these in theory be used as audio inputs - given a firmware that makes use of them as such?
Comments
I first intended to use the mainboard as some kind of universal mainboard, thus gave it ADCs.
The first firmware versions even had a define for 4 outs or 2in/outs in it.
But since I never used them and realized it is not feasible to use a generic mainboard for multiple projects I ditched them later on.
I haven't looked at the code that senses which audio outs are plugged, but I'm guessing it just reads the ADC pins as digital - could that be changed to read an analog in (albeit with the reduced, 12 bit resolution of the Cortex's built in ADC's)?
Thanks!