programming reference?

New members questions
Post Reply
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: programming reference?

Post 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
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: programming reference?

Post by lnevo »

My web server is back online...
fwadiver
Posts: 37
Joined: Fri Oct 19, 2012 9:00 am

Re: programming reference?

Post by fwadiver »

now if someone could just make the arduino ide do the pull down selection for functions like visual studio does.....

:-D
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: programming reference?

Post 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.
Roberto.
Post Reply