Page 1 of 1

Issue with DCPump class

Posted: Sat May 10, 2014 3:09 pm
by Meldrath
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.

Re: Issue with DCPump class

Posted: Sat May 10, 2014 9:12 pm
by rimai
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.

Re: Issue with DCPump class

Posted: Sat May 10, 2014 9:24 pm
by Meldrath
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.