picofuse
include
picofuse
hw
init.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
19
void
hw_init
(
void
);
20
25
void
hw_exit
(
void
);
26
31
void
hw_poll
(
void
);
32
35
#ifdef __cplusplus
36
}
37
#endif
hw_poll
void hw_poll(void)
Occasional polling function for the hardware system.
hw_exit
void hw_exit(void)
Cleans up the hardware system on shutdown.
hw_init
void hw_init(void)
Initializes the hardware system on startup.