grpE_REES_KOUTSODIMA/soft/PjtKEIL_StepSon/Src/principal.c
2023-04-07 15:14:54 +02:00

28 lines
577 B
C

#include "DriverJeuLaser.h"
extern u32 * PeriodeSonMicroSec;
int main(void)
{
// ===========================================================================
// ============= INIT PERIPH (faites qu'une seule fois) =====================
// ===========================================================================
// Après exécution : le coeur CPU est clocké à 72MHz ainsi que tous les timers
CLOCK_Configure();
Timer_1234_Init_ff( TIM4,*PeriodeSonMicroSec);
//============================================================================
while (1)
{
}
}