Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
This commit is contained in:
parent
5dbfdaa17d
commit
a6e85d6ed8
16 changed files with 3045 additions and 6 deletions
|
@ -14,6 +14,9 @@
|
|||
# code.
|
||||
|
||||
all:
|
||||
make -C Benito clean
|
||||
make -C Benito all
|
||||
|
||||
make -C Magstripe clean
|
||||
make -C Magstripe all
|
||||
|
||||
|
@ -21,5 +24,6 @@ all:
|
|||
make -C MissileLauncher all
|
||||
|
||||
%:
|
||||
make -C Benito $@
|
||||
make -C Magstripe $@
|
||||
make -C MissileLauncher $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue