Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
rfm23.h File Reference

The header file for the RFM23 radio class. More...

#include "helpers.h"
#include <RHHardwareSPI1.h>
#include <RH_RF22.h>
#include <TeensyThreads.h>
#include <support/packetcomm.h>

Go to the source code of this file.

Classes

class  Artemis::Devices::RFM23
 The RFM23 radio class. More...
 
struct  Artemis::Devices::RFM23::rfm23_config
 The RFM23 radio configuration. More...
 

Namespaces

 Artemis::Devices
 The devices and sensors in the satellite.
 

Macros

#define RH_RF22_MAX_MESSAGE_LEN   50
 Overrides the default maximum message length.
 
#define MINIMUM_TIMEOUT   100
 The minimum time to wait for a reply from the radio.
 

Detailed Description

The header file for the RFM23 radio class.

This file contains declarations for the RFM23 radio class.