|
@@ -26,7 +26,11 @@ async def connect():
|
|
|
else:
|
|
else:
|
|
|
print("could not find device")
|
|
print("could not find device")
|
|
|
|
|
|
|
|
-#function that will recive the ESP32 data
|
|
|
|
|
|
|
+"""
|
|
|
|
|
+parse esp32 data string and make each axis and accell data its own varible
|
|
|
|
|
+then do math on all those varibles to give us ONE NUMBER from all six numbers
|
|
|
|
|
+
|
|
|
|
|
+"""
|
|
|
def getCurrentScore():
|
|
def getCurrentScore():
|
|
|
#than do math to figure out power level
|
|
#than do math to figure out power level
|
|
|
return 30
|
|
return 30
|