grpE_REES_KOUTSODIMA/soft/PjtKEIL_StepDFT/Src/principal.c
2023-05-24 15:21:32 +02:00

31 lines
631 B
C

#include "DriverJeuLaser.h"
extern int DFT_ModuleAuCarre( short int * Signal64ech, char k) ;
extern short int LeSignal[] ;
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();
DFT_ModuleAuCarre( &LeSignal[0], 1) ;
//============================================================================
while (1)
{
}
}