removed the unused array

This commit is contained in:
csawatzky 2025-07-11 13:56:39 -06:00
parent 3325c9d75b
commit 8b69632be4

View file

@ -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" },