2 커밋 a371f912b0 ... 27c6a79a2c

작성자 SHA1 메시지 날짜
  MrCypher 27c6a79a2c Merge branch 'main' of https://gogs.lucason.top/lucas/nthsthing 7 달 전
  MrCypher 52a468b6a6 prep for getCurrentScore function 7 달 전
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      GUI.py

+ 5 - 1
GUI.py

@@ -26,7 +26,11 @@ async def connect():
         else:
             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():
     #than do math to figure out power level
     return 30