Hi everybody!
I want the main archive for a poject not to be so long so I would like to divide it in at least 2 archives.
In MPlab for example, you can call a function which is in a .inc tipe archive just including it at the top of the main archive.
Is there anyway to do something like that in arduino?
Is there anyway to do something like that in arduino?
Yes. That is what libraries are all about. Although, the Arduino does not use "archives".