Steval_3DP001V1 timers, analog inputs, etc. (#16565)

This commit is contained in:
Bob Kuhn
2020-01-14 22:35:25 -06:00
committed by Scott Lahteine
parent ef513ef7fb
commit 53dfeed6c0
3 changed files with 191 additions and 195 deletions

View File

@ -190,13 +190,8 @@ extern "C" {
#define PIN_SERIAL_RX PA10
#define PIN_SERIAL_TX PA9
// Timer Definitions
//Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
#define TIMER_TONE TIM10
// Do not use basic timer: OC is required
#define TIMER_SERVO TIM11 //TODO: advanced-control timers don't work
#define TIMER_SERVO TIM4 // TIMER_SERVO must be defined in this file
/* SD detect signal */
/*