Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
Loading...
Searching...
No Matches
Artemis::Devices::RFM23::rfm23_config::pins Struct Reference

The pins used to connect the RFM23 to the Teensy. More...

#include <rfm23.h>

Public Attributes

uint8_t spi_miso
 The Master In, Slave Out (MISO) pin.
 
uint8_t spi_mosi
 The Master Out, Slave In (MOSI) pin.
 
uint8_t spi_sck
 The SPI clock pin.
 
uint8_t nirq
 The interrupt pin.
 
uint8_t cs
 The chip select pin.
 
uint8_t tx_on
 The transmit on pin.
 
uint8_t rx_on
 The receive on pin.
 

Detailed Description

The pins used to connect the RFM23 to the Teensy.

These pins are stored in a structure, with seven members: the MISO (spi_miso), MOSI (spi_mosi), and clock (spi_sck) pins of the SPI interface between the RFM23 and the Teensy, as well as the interrupt pin (nirq), chip select pin (cs), transmit on pin (tx_on) and receive on pin (rx_on).


The documentation for this struct was generated from the following file: