Society of Robots - Robot Forum
Software => Software => Topic started by: Nashton on June 17, 2010, 04:18:45 PM
-
... i don't have any programming software nor did it come with any.
so my question are these.
can i used any programming software on it?
what is the best advance programming software that i can get for free and works on mac?
thanks i really appreciate it.
-
It uses this free software
http://www.rev-ed.co.uk/picaxe/software.htm (http://www.rev-ed.co.uk/picaxe/software.htm)
-
does it works with C++ programming?
-
No, PICAXE chips must use basic through its programming editor.
Other microcontrollers support C++, however it isn't really the best language for microcontrollers, C is the most widespread.
-
what boards are is the best or you reccomend?
-
Other microcontrollers support C++, however it isn't really the best language for microcontrollers, C is the most widespread.
Strongly agree with you Razor... Isn't the Arduino environment C++ ???
I've never programmed in the Arduino environment, but if so... then it just happens to be enormously widespread...
-
Strongly agree with you Razor... Isn't the Arduino environment C++ ???
I think its quite similar to it.
-
The libraries are coded in c++, however the actual code is just plain C.