Page 1 of 1

Re: programming reference?

Posted: Wed Oct 31, 2012 9:51 am
by binder
fwadiver wrote:Thanks Curt, if you are in northern indiana I owe you a beer.
I'm in the middle of western indiana on the in/il border.
What memory locations are used for duration and start time? Is there a memory map somewhere or is the best thing to use for that the memory sketch?
The memory locations are in several different places. You can look either:
  • Inside ReefAngel.h, search for MEM_ and that will give you all the locations
  • Use the Java Status app and then under the memory settings, a list of the locations are there
  • Use the Android app and on the internal memory page, a list of the locations are there

Re: programming reference?

Posted: Wed Oct 31, 2012 10:32 am
by lnevo
My web server is back online...

Re: programming reference?

Posted: Wed Oct 31, 2012 4:43 pm
by fwadiver
now if someone could just make the arduino ide do the pull down selection for functions like visual studio does.....

:-D

Re: programming reference?

Posted: Wed Oct 31, 2012 6:01 pm
by rimai
Yeah.... That would be cool... :)
You can however use the VS2012 to code your stuff and it will do code completion thing just fine.
You can even upload right from VS.
The only thing it gets me is that it takes about 10seconds to open up, compared to Arduino that takes just a couple.