Skip to content

Commit

Permalink
Fix L452RE pins
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Aug 30, 2024
1 parent 294c2fe commit f331c8e
Show file tree
Hide file tree
Showing 2 changed files with 2,154 additions and 2,128 deletions.
4 changes: 4 additions & 0 deletions CI-Shield-Tests/ci_test_pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
#if TARGET_NUCLEO_L452RE_P
// PA4 (CN8 pin A2) must be jumpered to the analog in pin (A0)
#define PIN_ANALOG_OUT PA_4

// The default Arduino D5 pin cannot use PWM due to the us ticker. To get around this we
// jumper PB0 (CN6 pin 10) to PIN_GPOUT1_PWM.
#define PIN_GPOUT_1_PWM PB_0
#endif

// Default definitions, if not overridden above. These use the Arduino Uno form factor.
Expand Down
Loading

0 comments on commit f331c8e

Please sign in to comment.