I have been programming in C for more than a number of years, and my go to IDE is Eclipse with the gnu tool chain.
For a while, I have been disappointed with standard Arduino IDE so I switched to Eclipse IDE.
By using Eclipse I now have access to all of the tools including debugger.
I need to know how much interest in this. For a future class.
topics to include:
program structure (modulize and reuse)
graceful and thoughtful exits (return).
never use goto @##$
eclipse overview
eclipse and arduino integration
on a tangent. The heck with āwireā and lets use C. LOL or how to make the best of both worlds.
I need six brave souls to teach this class.
you should bring your laptop ( mine is Linux) an arduino, and your USB cable.
This will be a āBrave New Worldā for some of you.
someone taught an arduino class very recently using the proprietary arduino ide since it has plenty of template scripts and just changing the variables/ values is a pretty quick way for beginners to learn what does what.
Iām self taught in Arduino. That being said i didnāt learn how to wright my own Arduino code but i have figured out how to use (and how not to plug in the wrong power supply which burnt out 2 Unoās voltage regulators) and get working others code stably.