05 2023 档案

摘要:# coding:UTF-8 # Version: V1.0.1 import serial ACCData = [0.0]*8 GYROData = [0.0]*8 AngleData = [0.0]*8 FrameState = 0 # What is the state of the judg 阅读全文
posted @ 2023-05-06 19:53 oftenlin 阅读(131) 评论(0) 推荐(0)
摘要:# coding: utf-8 # last modified:20220824 import time import serial import re utctime = '' lat = '' ulat = '' lon = '' ulon = '' numSv = '' msl = '' co 阅读全文
posted @ 2023-05-05 19:28 oftenlin 阅读(224) 评论(0) 推荐(0)