Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
|
The pins used to connect the RFM23 to the Teensy. More...
#include <rfm23.h>
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
).