Documentation ¶
Index ¶
- type Packet
- type RFM69
- func (r *RFM69) DumpRegs() (err error)
- func (r *RFM69) ReadFreqErr() (freqErr int, err error)
- func (r *RFM69) ReadRSSI(manualStart bool) (rssiVal float64, err error)
- func (r *RFM69) ReceiveData(timeout time.Duration) (pkt Packet, timedout bool, err error)
- func (r *RFM69) Reset()
- func (r *RFM69) SetFreq(freq uint32) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RFM69 ¶
type RFM69 struct {
// contains filtered or unexported fields
}
RFM69 Handles communication and state for the RFM69 wireless radio
func (*RFM69) ReadFreqErr ¶
ReadFreqErr reads the current frequency correction
func (*RFM69) ReceiveData ¶
ReceiveData Waits for a payload to be ready in the
Click to show internal directories.
Click to hide internal directories.