Hi All,
I want to use a library which is made for Arduino. But Im having problems when Im trying to compile by using Energia.
The First problem is ADC settings
bvsm.setAudioInput(BVSM_AUDIO_INPUT, EXTERNAL);
There is no EXTERNAL adc reference, How Can I correct this issue?
ISR(TIMER2_COMPA_vect)
{
if (globalBVSMic != NULL && globalBVSMic->isRecording)
{
//Starts ADC conversion
sbi(ADCSRA, ADSC);
}
}
And in this part I get errors,
I think I should change the value of ISR which is "TIMER2_COMPA_vect" to something suitable for CC3200,