electricimp / impFactoryHAL

Hardware Abstraction Layer Object for impFactory™, Electric Imp’s recommended factory BlinkUp™ fixture
Other
0 stars 0 forks source link

Slot operator should be used #1

Closed Moneil97 closed 4 years ago

Moneil97 commented 4 years ago
impFactory_005 <- {
    "LED_RED"          : hardware.pinF,
    "LED_GREEN"        : hardware.pinE,
    "BLINKUP_PIN"      : hardware.pinM,
    "GREEN_BTN"        : hardware.pinC,
    "FOOTSWITCH"       : hardware.pinH,
    "LCD_DISPLAY_UART" : hardware.uart2,
    "USB_PWR_EN"       : hardware.pinR,
    "USB_LOAD_FLAG"    : hardware.pinW,
    "RS232_UART"       : hardware.uart0,
    "FTDI_UART"        : hardware.uart1,
}

to fix: "ERROR: the index 'impFactory_005' does not exist"

betzrhodes commented 4 years ago

Thanks for catching this. Just fixed.