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