Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5 | Rev 23 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | ****************************************************************************** |
2 | ****************************************************************************** |
3 | * File Name : mxconstants.h |
3 | * File Name : mxconstants.h |
4 | * Description : This file contains the common defines of the application |
4 | * Description : This file contains the common defines of the application |
5 | ****************************************************************************** |
5 | ****************************************************************************** |
6 | * |
6 | * |
7 | * COPYRIGHT(c) 2016 STMicroelectronics |
7 | * COPYRIGHT(c) 2017 STMicroelectronics |
8 | * |
8 | * |
9 | * Redistribution and use in source and binary forms, with or without modification, |
9 | * Redistribution and use in source and binary forms, with or without modification, |
10 | * are permitted provided that the following conditions are met: |
10 | * are permitted provided that the following conditions are met: |
11 | * 1. Redistributions of source code must retain the above copyright notice, |
11 | * 1. Redistributions of source code must retain the above copyright notice, |
12 | * this list of conditions and the following disclaimer. |
12 | * this list of conditions and the following disclaimer. |
Line 61... | Line 61... | ||
61 | #define SW2_I_GPIO_Port GPIOC |
61 | #define SW2_I_GPIO_Port GPIOC |
62 | #define SW2_Q_Pin GPIO_PIN_7 |
62 | #define SW2_Q_Pin GPIO_PIN_7 |
63 | #define SW2_Q_GPIO_Port GPIOC |
63 | #define SW2_Q_GPIO_Port GPIOC |
64 | #define USART3_INVERT_Pin GPIO_PIN_8 |
64 | #define USART3_INVERT_Pin GPIO_PIN_8 |
65 | #define USART3_INVERT_GPIO_Port GPIOC |
65 | #define USART3_INVERT_GPIO_Port GPIOC |
- | 66 | #define BT_BUTTON_Pin GPIO_PIN_8 |
|
- | 67 | #define BT_BUTTON_GPIO_Port GPIOA |
|
66 | #define PLX_TX_Pin GPIO_PIN_9 |
68 | #define PLX_TX_Pin GPIO_PIN_9 |
67 | #define PLX_TX_GPIO_Port GPIOA |
69 | #define PLX_TX_GPIO_Port GPIOA |
68 | #define PLX_RX_Pin GPIO_PIN_10 |
70 | #define PLX_RX_Pin GPIO_PIN_10 |
69 | #define PLX_RX_GPIO_Port GPIOA |
71 | #define PLX_RX_GPIO_Port GPIOA |
70 | #define USB_PWR_Pin GPIO_PIN_12 |
72 | #define USB_PWR_Pin GPIO_PIN_12 |