Fix MS5607 MISO/MOSI connections. Add silk
[hw/micropeak] / Makefile
1 PROJECT=micropeak
2 # list of schematic files that make up this design
3 SCHEMATICS=$(PROJECT).sch
4
5 # number of PCB layers
6 LAYERS=2
7
8 # sides with silkscreen, can be none|top|bottom|both
9 SILK=both
10
11 include ../altusmetrum/pcb.mk