We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f0736 commit 3694d37Copy full SHA for 3694d37
pslab/sciencelab.py
@@ -29,7 +29,7 @@ class ScienceLab(SerialHandler):
29
multimeter : pslab.Multimeter
30
power_supply : pslab.PowerSupply
31
i2c : pslab.I2CMaster
32
- nrf : pslab.NRF24L01
+ nrf : pslab.peripherals.NRF24L01
33
"""
34
35
def __init__(self):
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="pslab",
9
- version="2.0.0.rc2",
+ version="2.0.0.rc3",
10
description="Pocket Science Lab by FOSSASIA",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments