5 lines
105 B
C
5 lines
105 B
C
#pragma once
|
|
|
|
void TIM7_Init(long Priority);
|
|
void TIM7_Update(unsigned long Freq, void (*UpdateProc)());
|