lib
inertial-sense-sdk
hw-libs
misc
maintenance.h
Go to the documentation of this file.
1
#ifndef MAINTENANCE_H_
2
#define MAINTENANCE_H_
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
// prototypes
8
void
led_maintenance
(
void
);
9
void
led_sys_heartbeat
(
void
);
10
void
rtos_maintenance
(
void
);
11
void
save_persistent_messages
(
void
);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
#endif // MAINTENANCE_H_
led_sys_heartbeat
void led_sys_heartbeat(void)
Definition:
maintenance.c:178
led_maintenance
void led_maintenance(void)
Definition:
maintenance.c:10
save_persistent_messages
void save_persistent_messages(void)
Definition:
maintenance.c:219
rtos_maintenance
void rtos_maintenance(void)
Definition:
maintenance.c:200
inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:04