This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
import json | |
import bluetooth, struct, time | |
from micropython import const | |
from utime import sleep, sleep_ms, sleep_us, ticks_us, ticks_diff | |
from machine import ADC, Pin, time_pulse_us, disable_irq, enable_irq | |
i=0 | |
t=0 |