Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
This commit is contained in:
parent
d3f11eb528
commit
c05c7c7df4
19 changed files with 2190 additions and 10 deletions
|
@ -28,6 +28,9 @@ all:
|
|||
|
||||
make -C USBtoSerial clean
|
||||
make -C USBtoSerial all
|
||||
|
||||
make -C XPLAINBridge clean
|
||||
make -C XPLAINBridge all
|
||||
|
||||
%:
|
||||
make -C AVRISP $@
|
||||
|
@ -35,3 +38,4 @@ all:
|
|||
make -C Magstripe $@
|
||||
make -C MissileLauncher $@
|
||||
make -C USBtoSerial $@
|
||||
make -C XPLAINBridge $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue