8#define TIMER0_freqeunza 10000
9#define TIMER0_coefficiente_per_millisec (TIMER0_freqeunza /1000)
13#define TIMER0_start_conteggio LPC_TIM0 -> TCR = 1;
14#define TIMER0_stotp_conteggio LPC_TIM0 -> TCR = 0;
16#define TIMER1_start_conteggio LPC_TIM1 -> TCR = 1;
18extern volatile bool timer ;
19extern volatile uint32_t ticks ;
20extern volatile uint32_t N ;
27void Imposta_wiper_a_meta_scala_canale_0_I2CA(
void );
28void Imposta_wiper_a_meta_scala_canale_1_I2CA(
void );
34#define timer_set timer=1;N=0
void Aspetta_tanti_ms(int m)
The timing function.
void SysTick_Handler(void)
The timing function.