Timeline for writing and uploading sketch as cpp file
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Oct 16, 2016 at 15:19 | history | edited | xetra11 | CC BY-SA 3.0 |
Changed the "upload" tag to the more established synonym "uploading"
|
| S Oct 16, 2016 at 15:19 | history | suggested | sa_leinad |
Changed the "upload" tag to the more established synonym "uploading"
|
|
| Oct 16, 2016 at 14:32 | review | Suggested edits | |||
| S Oct 16, 2016 at 15:19 | |||||
| Sep 24, 2016 at 6:55 | vote | accept | xetra11 | ||
| Sep 24, 2016 at 6:54 | comment | added | xetra11 | I never said I want to skip the arduino library. Still want to use it but not in a ino file | |
| Sep 24, 2016 at 2:06 | answer | added | Nick Gammon♦ | timeline score: 4 | |
| Sep 23, 2016 at 22:18 | review | Close votes | |||
| Oct 10, 2016 at 3:05 | |||||
| Sep 23, 2016 at 22:00 | comment | added | Ignacio Vazquez-Abrams | If you're moving to a standalone project then why do you care what the Arduino libraries do? If you need the Arduino libraries then why are you moving to a standalone project? | |
| Sep 23, 2016 at 20:59 | comment | added | xetra11 |
yea but what about these loop() and setup() functions. I know I could write a main() function instead but well...there must be some kind of conventional interface so the microcontroller knows what to start running. Or are those two "arduino" functions wrapped by a main() function which just calls setup once and calls loop() in a while-loop?
|
|
| Sep 23, 2016 at 20:42 | comment | added | Edgar Bonet |
.ino files are C++ files. You could just rename your main C++ file with the .ino extension and compile it with the IDE or Sudar's Makefile. If you are not using the Arduino core library, a much simpler Makefile could do it.
|
|
| Sep 23, 2016 at 20:38 | history | asked | xetra11 | CC BY-SA 3.0 |