add some more commands

This commit is contained in:
Edward Emelianov
2021-10-25 23:52:47 +03:00
parent 9b4bb6c02f
commit 263d805bf6
10 changed files with 276 additions and 54 deletions

View File

@@ -173,6 +173,11 @@ extern const uint32_t DIRpins[MOTORSNO];
extern volatile uint32_t Tms;
// timers of motors
extern TIM_TypeDef *mottimers[];
// timers for encoders
extern TIM_TypeDef *enctimers[];
void gpio_setup();
void iwdg_setup();
void timers_setup();