|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
73 #include "peripherals/ms2100_arch.h"
void ms2100_read(struct Ms2100 *ms)
send request to read next axis
SPI transaction structure.
volatile uint8_t req_buf[1]
SPI buffer for the command byte.
Paparazzi fixed point algebra.
SPI peripheral structure.
void ms2100_arch_init(void)
struct spi_periph * spi_p
struct spi_transaction read_trans
void ms2100_event(struct Ms2100 *ms)
volatile uint8_t read_buf[2]
SPI buffer for reading a single axis.
static void ms2100_periodic(struct Ms2100 *ms)
void ms2100_init(struct Ms2100 *ms, struct spi_periph *spi_p, uint8_t slave_idx)
struct spi_transaction req_trans