Add makefile#63
Conversation
|
Almost forgot - the compiler spits out some warnings that are probably worth investigating. For example, <rant> |
|
Mark, That's a good spot. I am going through a refactoring exercise at the moment - the .ino has got rather big for one thing - and found that same problem. Your note has reminded me to fix it in the current code, which I have now done. Not sure how it ended up like that, but it did need fixing. Thanks for pointing it out. I will also have a look at the PR. Thanks. Not really come across a code pretty-printer before but will have a look. |
|
The only pretty-printer I've fiddled with much is It's been a decade since I last used astyle; I believe clang-format wasn't an option back then, and there are probably others as well. |
This adds a Makefile for use with ArduinoMakefile, as well as a simple script to find usb-serial devices.
AR488.ino is updated with forward declarations, which are required for ArduinoMakefile.