Library for using the LSR SiFlex/ProFlex RF modules with mbed.

Embed: (wiki syntax)

« Back to documentation index

_words Struct Reference

_words Struct Reference

Word structure. More...

#include <LsrModule.h>

Data Fields

uint8_t lb
 Low byte.
uint8_t hb
 High byte.

Detailed Description

Word structure.

Definition at line 188 of file LsrModule.h.


Field Documentation

uint8_t hb

High byte.

Definition at line 191 of file LsrModule.h.

uint8_t lb

Low byte.

Definition at line 190 of file LsrModule.h.