1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

f10/: seasonal fun project - distribute current to ten ignitors (2 x 22 R)

This commit is contained in:
Werner Almesberger
2010-12-23 18:15:45 -03:00
parent 4952157fc4
commit 3427d691e3
9 changed files with 1515 additions and 0 deletions

12
f10/Makefile Normal file
View File

@@ -0,0 +1,12 @@
all: fsm100.mod he10.mod
sch:
eeschema `pwd`/f10.sch
brd:
eeschema `pwd`/f10.brd
%.mod: %.fpd
fped -k $< >$@ || { rm -f $@; exit 1; }
-include Makefile.mkmk