Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Compiling without main () or setup() and loop() functions. #531

Open bbwouters opened 4 years ago

bbwouters commented 4 years ago

The arduino ide allows compiling and uploading avr programs written in C/C++ language, with the code written without a main of loop function in the case of working with softtimers/ tasks (only setup is manadatory) , However, the avr program does not compile in sublime(stino),