eried / Arduino

open-source electronics prototyping platform - enhanced release for Windows
http://arduino.cc/forum/index.php/topic,118440.0.html
Other
10 stars 2 forks source link

Skip the 'processing' step #20

Open markthepiggy opened 9 years ago

markthepiggy commented 9 years ago

This might be a hard one...

The Sublime Arduino plugin allows one to skip the file mangling that happens at the start of compilation. This allows one to use either the 'setup(), loop()' idea or drop back to the C/C++ 'main()'. I would like to avoid the 'processing' layer and this would let me do it with tools I already know how to use.

eried commented 9 years ago

For what purpose you want to do that? I don't think is in the objectives of the arduino IDE