Skip to content

Commit 7f313e0

Browse files
committed
Minor cleaning.
1 parent 7693a29 commit 7f313e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_rfm69.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242

4343
import adafruit_bus_device.spi_device as spi_device
4444

45+
46+
# Internal constants:
4547
_REG_FIFO = const(0x00)
4648
_REG_OP_MODE = const(0x01)
4749
_REG_DATA_MOD = const(0x02)
@@ -94,6 +96,7 @@
9496
TX_MODE = 0b011
9597
RX_MODE = 0b100
9698

99+
97100
class RFM69:
98101

99102
_BUFFER = bytearray(66)

0 commit comments

Comments
 (0)