adds "boardhost" to handle composition of ...

... breadboard, board, wires, and definition allocation.
This commit is contained in:
darzu
2016-08-30 14:13:44 -07:00
parent af7c51b954
commit cd9589e562
6 changed files with 204 additions and 138 deletions

View File

@@ -24,6 +24,7 @@ namespace pxsim {
groundPins: string[],
threeVoltPins: string[],
attachPowerOnRight?: boolean,
onboardComponents?: string[]
}
export interface FactoryFunctionPinAlloc {
type: "factoryfunction",
@@ -92,6 +93,7 @@ namespace pxsim {
groundPins: ["GND"],
threeVoltPins: ["+3v3"],
attachPowerOnRight: true,
onboardComponents: ["buttonpair", "ledmatrix"],
}
export const RASPBERRYPI_MODELB: BoardDefinition = {
visual: {