SparkFun Forums 

Where electronics enthusiasts find answers.

Hardware or product specific questions are best asked here.
By Levi DeLuke
#209220
Hello, I'm in the process of transitioning a project that uses the ad7124 ADC on an arduino to the Artemis nano board. I've been using the Arduino library and examples found here:

https://github.com/epsilonrt/ad7124

It seems to be unable to compile due to an SPI conflict of some sort, and would appreciate any input on how to proceed.

When I try and compile for the Artemis nano, it returns the following for the full test example
Code: Select all
Multiple libraries were found for "ad7124.h"
 Used: C:\Users\Vitas\Documents\Arduino\libraries\ad7124-master
Multiple libraries were found for "SPI.h"
 Used: C:\Users\Vitas\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.17\libraries\SPI
exit status 1
invalid conversion from 'int' to 'Ad7124::RegisterId' [-fpermissive]
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum