edit
This commit is contained in:
parent
7fc1f953f5
commit
3a51f952c7
1 changed files with 10 additions and 0 deletions
10
rxstream.go
Normal file
10
rxstream.go
Normal file
|
@ -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…
Add table
Reference in a new issue