Skip to content

Commit 610553a

Browse files
committed
Version.
1 parent 7f313e0 commit 610553a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_rfm69.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
import adafruit_bus_device.spi_device as spi_device
4444

4545

46+
__version__ = "0.0.0-auto.0"
47+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RFM69.git"
48+
49+
4650
# Internal constants:
4751
_REG_FIFO = const(0x00)
4852
_REG_OP_MODE = const(0x01)

0 commit comments

Comments
 (0)