Skip to content

Instantly share code, notes, and snippets.

@itszero
Created August 18, 2010 10:07
Show Gist options
  • Save itszero/534232 to your computer and use it in GitHub Desktop.
Save itszero/534232 to your computer and use it in GitHub Desktop.
GPIO_PIN_STRUCT pins_led1[] = {
BSP_LED1 | GPIO_PIN_STATUS_1,
GPIO_LIST_END
};
GPIO_PIN_STRUCT pins_led2[] = {
BSP_LED2 | GPIO_PIN_STATUS_1,
GPIO_LIST_END
};
GPIO_PIN_STRUCT pins_led3[] = {
BSP_LED3 | GPIO_PIN_STATUS_1,
GPIO_LIST_END
};
GPIO_PIN_STRUCT pins_led4[] = {
BSP_LED4 | GPIO_PIN_STATUS_1,
GPIO_LIST_END
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment