Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with open((plog_path+PLOG_FILE), LOG_MODE) as pressfile:
- debugp(t_stamp, gps.latitude, gps.longitude, gps.altitude_m)
- while ((time.monotonic_ns() - timep) / 1000000000) >= 60:
- if stamped is False:
- stamped = True
- debugp(((time.monotonic_ns() - timep) / 1000000000), lps.pressure)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement