In visual studio 2012/2013 it shows ReefAngel class not having the method DCPump(). I am using the Visual Micro Plugin. Everything else loads fine and has the correct associations.
Any advice or help on this would be appreciated.
Issue with DCPump class
Re: Issue with DCPump class
VS won't generate the ReefAngel_Features.h file for you as the Arduino IDE does.
Try compiling the same code once to auto generate the file, or manually modify it to enable the DCPump feature.
Try compiling the same code once to auto generate the file, or manually modify it to enable the DCPump feature.
Roberto.
Re: Issue with DCPump class
I did compile it first inside of the Arduino IDE and that did nothing. I added the #define to the Globals.h under the device type and that seemed to work.
Further, I did look in the ReefAngel_Features.h file, and #define DCPUMPCONTROL is not available in there anywhere.
Further, I did look in the ReefAngel_Features.h file, and #define DCPUMPCONTROL is not available in there anywhere.