grpE_BENSEBAA_GROSS/soft/PjtKEIL_DFT_Signal_Reel/Src/principal.c
2023-05-22 09:58:47 +02:00

30 lines
629 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]),50);
//============================================================================
while (1)
{
}
}