grpE_RAMOUCHE_CASEAU/dossier/soft/PjtKEIL_StepDFT/Src/principal.c

28 lines
626 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();
//============================================================================
int res = DFT_ModuleAuCarre(&LeSignal,1);
while (1)
{
}
}