STC15W408AS library 0.17.0
Loading...
Searching...
No Matches
timer_ms_to_ticks_table.h
Go to the documentation of this file.
1#ifndef STC15_TIMER_TO_MS_TABLEH
2#define STC15_TIMER_TO_MS_TABLEH
3
30#include <stdint.h>
31#include <timer_common.h>
32
48
65void timer0_1ms_delay();
66
67#endif
void timer0_1ms_delay()
Executes a 1 millisecond delay using Timer0.
Definition timer_ms_to_ticks_table.c:127
void timer0_1ms_delay_init()
Initializes Timer0 for 1 millisecond delay using precalculated ticks.
Definition timer_ms_to_ticks_table.c:113