add Relazione falsa e inizio file
This commit is contained in:
parent
2775cc2108
commit
3de21f2577
33 changed files with 5944 additions and 2868 deletions
|
|
@ -0,0 +1,15 @@
|
|||
#include "myTIM.h"
|
||||
#include "stm32h743xx.h"
|
||||
|
||||
|
||||
|
||||
void myTIM6_configure(void){
|
||||
// update interrupt ivent
|
||||
TIM7->DIER |= TIM_DIER_UIE;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
void myTIM6_start();
|
||||
Loading…
Add table
Add a link
Reference in a new issue