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 b8c3fff commit a427b00Copy full SHA for a427b00
Makefile
@@ -1,4 +1,4 @@
1
-PYSQUARED_VERSION ?= v2.0.0-alpha-25w14
+PYSQUARED_VERSION ?= v2.0.0-alpha-25w14-2
2
PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION)
3
4
.PHONY: all
main.py
@@ -140,9 +140,9 @@ def send_imu_data():
140
IMUData = []
141
watchdog.pet()
142
logger.info("IMU has baton")
143
- IMUData = f.get_imu_data()
+ IMUData = imu.get_gyro_data()
144
145
- f.send(IMUData)
+ radio.send(IMUData)
146
147
def main():
148
f.beacon()
0 commit comments