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

The RFM23 header file. More...

#include "debug.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 satellite's RFM23 radio. More...
 
struct  Artemis::Devices::RFM23::rfm23_config
 The RFM23 configuration structure. More...
 
struct  Artemis::Devices::RFM23::rfm23_config::pins
 The pins used to connect the RFM23 to the Teensy. More...
 

Namespaces

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

Macros

#define RH_RF22_MAX_MESSAGE_LEN   50
 The maximum message length.
 

Detailed Description

The RFM23 header file.

Macro Definition Documentation

◆ RH_RF22_MAX_MESSAGE_LEN

#define RH_RF22_MAX_MESSAGE_LEN   50

The maximum message length.

Overrides the RadioHead default of 255 bytes.