From d39b28ba2875d126ef4cf55655c342cc2710e1c6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 26 Dec 2021 10:38:45 +0100 Subject: [PATCH] Added makefile --- LICENSE | 2 +- Makefile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/LICENSE b/LICENSE index 642c82e..f9a1ec5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Mark Qvist - unsigned.io +Copyright (c) 2021 Mark Qvist - unsigned.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..37585bd --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ + +firmware: + arduino-cli compile --fqbn unsignedio:avr:rnode + +upload: + arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode