Advertisement
nis

main.h for stm32/example/04-tim6

nis
Feb 27th, 2012
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. /**
  2.  * General defines
  3.  */
  4. #define LED_PORT GPIOC
  5. #define IO_PORT GPIOA
  6. #define BUTTON (1 << 0)
  7. #define LED_BLUE (1 << 8)
  8. #define LED_GREEN (1 << 9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement