Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
sc18i600.c
Go to the documentation of this file.
1
#include "peripherals/sc18is600.h"
2
3
struct
Sc18Is600
sc18is600
;
4
5
void
sc18is600_init
(
void
)
6
{
7
8
sc18is600
.
status
=
Sc18Is600Idle
;
9
sc18is600_arch_init
();
10
11
}
sc18is600_arch_init
void sc18is600_arch_init(void)
Definition:
sc18is600_arch.c:25
sc18is600
struct Sc18Is600 sc18is600
Definition:
sc18i600.c:3
Sc18Is600::status
enum Sc18Is600Status status
Definition:
sc18i600.h:34
Sc18Is600
Definition:
sc18i600.h:33
sc18is600_init
void sc18is600_init(void)
Definition:
sc18i600.c:5
Sc18Is600Idle
@ Sc18Is600Idle
Definition:
sc18i600.h:16
sw
airborne
peripherals
sc18i600.c
Generated on Tue Feb 1 2022 13:51:17 for Paparazzi UAS by
1.8.17