Hacker News new | ask | show | jobs
by TD-Linux 3188 days ago
Arduino sketches don't have a "project file" to list which .c files to compile, so instead you just include all the code into one compilation unit. This works fine as most projects don't take long to compile anyway.