We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to compile the adc_timer_dma code and recieve the following error. :
C:\Users\Gebruiker\Documents\Arduino\MySketchs\ADC adc_timer_dma_V5/ADCadc_timer_dma_V5.ino:68: undefined reference to `AnalogBufferDMA::init(ADC*, signed char)' I have tryed all the examples in this forum treed but all have the same result! https://forum.pjrc.com/threads/62082-Bug-in-Teensyduino-1-53-ADC-examples-not-working?p=280252#post280252
The text was updated successfully, but these errors were encountered:
solved by replacing #include <AnalogBufferDMA.h> by #include <AnalogBufferDMA.cpp>
It is compiling correctly now
Sorry, something went wrong.
Are you using the latest version of this library or the one included with Teensyduino?
No branches or pull requests
I try to compile the adc_timer_dma code and recieve the following error. :
C:\Users\Gebruiker\Documents\Arduino\MySketchs\ADC adc_timer_dma_V5/ADCadc_timer_dma_V5.ino:68: undefined reference to `AnalogBufferDMA::init(ADC*, signed char)'
I have tryed all the examples in this forum treed but all have the same result!
https://forum.pjrc.com/threads/62082-Bug-in-Teensyduino-1-53-ADC-examples-not-working?p=280252#post280252
The text was updated successfully, but these errors were encountered: