removed the unused array
This commit is contained in:
parent
3325c9d75b
commit
8b69632be4
1 changed files with 0 additions and 5 deletions
|
|
@ -11,11 +11,6 @@ export type DevicePositions = number[] | ComponentAvailabilityMap | Configurable
|
|||
export type DeviceAvailabilityMap = Map<quack.AddressType, DevicePositions>;
|
||||
export type OffsetAvailabilityMap = Map<quack.AddressType, number[][]>;
|
||||
|
||||
//component types that can be connected to an expander in the I2C port
|
||||
const ExpansionComponentTypes: quack.ComponentType[] = [
|
||||
quack.ComponentType.COMPONENT_TYPE_GRAIN_CABLE
|
||||
]
|
||||
|
||||
const DefaultPinArray: ConfigurablePin[] = [
|
||||
{ address: 1, label: "1" },
|
||||
{ address: 2, label: "2" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue