Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
Loading...
Searching...
No Matches
rfm98_channel.cpp File Reference

The channel controlling the RFM98 radio. More...

#include "channels/artemis_channels.h"
#include <rfm98.h>

Detailed Description

The channel controlling the RFM98 radio.

This is the channel that controls the RFM98 radio, in parallel to all other channels. When it gets a slice of computing time on the Teensy's processor, it performs actions related to the RFM98 radio. This channel must be written such that it can be interrupted at any time to switch to the next channel.