master
cheetah 3 years ago
parent 7fc1f953f5
commit 3a51f952c7

@ -0,0 +1,10 @@
package rfm69
// RXStream is the data structure for receiving data
type RXStream struct {
ByteCounter int
ByteStream chan byte
RSSI chan int
Cancel bool
Process chan bool
}
Loading…
Cancel
Save