Header file for interfacing with the EDS-MB v1.0.0 for NUCLEO-L476RG
Dependents: 19E042PIM_V4_Z1 MQTT_TO_OLED MQTT-OLED 19E042PIM_T3_2020_0031 ... more
Revision 1:5722459a201f, committed 2021-11-25
- Comitter:
- tzwell
- Date:
- Thu Nov 25 08:29:40 2021 +0000
- Parent:
- 0:d112eae21aff
- Commit message:
- Changed PC_8 pin name to MB_SW2 instead of MB_SW1.
Changed in this revision
mb_pins.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r d112eae21aff -r 5722459a201f mb_pins.h --- a/mb_pins.h Sat Nov 20 20:40:21 2021 +0000 +++ b/mb_pins.h Thu Nov 25 08:29:40 2021 +0000 @@ -17,7 +17,7 @@ // SW_EXT connector, from left to right: #define MB_SW1 PC_9 -#define MB_SW1 PC_8 +#define MB_SW2 PC_8 // Potentiometers; left POT1, right POT2: #define MB_POT1 PA_0 #define MB_POT2 PA_1