add Relazione falsa e inizio file

This commit is contained in:
PanSi21 2026-01-08 14:52:33 +01:00
parent 2775cc2108
commit 3de21f2577
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 198E46F625BADD13
33 changed files with 5944 additions and 2868 deletions

View file

@ -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();