On Thu, Apr 26, 2012 at 1:24 PM, Hal Murray <[email protected]> wrote:
> > [email protected] said: > > 2) The IDE is written in Java and is portable. It is truly identical on > all > > platforms. Yes it uses gcc but the end user never has to deal with gcc > or > > even know what gcc is. Same with saving your code, hit just puts it > "some > > place" and keeps track of it > > Do I have to use their particular style/GUI? Or can I drive it from make, > mixing in pieces I like? > > How is the documentation on the tool chain and libraries? Are their good > man > pages? > The tools are pretty much the standard GCC, and then "avrdude". It's all open source. But if you are going to do this your self why not simply use a bare AVR chip? Documentation of the libraries is very good. First their is the Adruino web site which is enough if you already had a preference for tools. Then their are dozens of books you can find. Go to Amazon.com and search for "Arduino". Man Pages??? that is a command line thing from the previous century, docs now days are in HTML Chris Albertson Redondo Beach, California _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
