Skyward boardcore
|
#include <GammaTypes.h>
Public Attributes | |
bool | isValid |
bool | handshake = false |
std::array< uint8_t, 3 > | localAddress = {{125}} |
std::array< uint8_t, 3 > | destinationAddress = {{125}} |
GammaSF | loraSf = SF6 |
GammaPower | loraPower = dbm15 |
GammaBaudrate | baudrate = B_57600 |
Definition at line 75 of file GammaTypes.h.
GammaBaudrate Boardcore::GammaConf::baudrate = B_57600 |
Definition at line 84 of file GammaTypes.h.
std::array<uint8_t, 3> Boardcore::GammaConf::destinationAddress = {{125}} |
Definition at line 81 of file GammaTypes.h.
bool Boardcore::GammaConf::handshake = false |
Definition at line 79 of file GammaTypes.h.
bool Boardcore::GammaConf::isValid |
Definition at line 77 of file GammaTypes.h.
std::array<uint8_t, 3> Boardcore::GammaConf::localAddress = {{125}} |
Definition at line 80 of file GammaTypes.h.
GammaPower Boardcore::GammaConf::loraPower = dbm15 |
Definition at line 83 of file GammaTypes.h.
Definition at line 82 of file GammaTypes.h.