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
| from time import sleep_ms, sleep_us | |
| from micropython import const | |
| from machine import ADC, Pin | |
| import rp2 | |
| import ttcontrol | |
| a0 = ADC(Pin(45)) |
OlderNewer