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

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

#include <rfm98.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 reset
 The reset pin.
 

Detailed Description

The pins used to connect the RFM98 to the Teensy.

These pins are stored in a structure, with six members: the MISO (spi_miso), MOSI (spi_mosi), and clock (spi_sck) pins of the SPI interface between the RFM98 and the Teensy, as well as the interrupt pin (nirq), chip select pin (cs), and reset pin (reset).

Todo:
The RFM23 has a tx_on pin as well. The RFM98 should also have one, I think. It is used for intermittent transmission at high output power levels. Look into this.

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