File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# MIT license; Copyright (c) 2022 Jim Mussared
22
33import micropython
4+ from micropython import const
45import re
56import sys
67import time
Original file line number Diff line number Diff line change 4444 time.sleep_ms(100)
4545"""
4646import array
47+ from micropython import const
4748
4849
4950_WHO_AM_I = const (0xF )
Original file line number Diff line number Diff line change 3838 time.sleep_ms(10)
3939"""
4040import machine
41+ from micropython import const
4142
4243_LPS22_CTRL_REG1 = const (0x10 )
4344_LPS22_CTRL_REG2 = const (0x11 )
Original file line number Diff line number Diff line change 11# MicroPython package installer
22# MIT license; Copyright (c) 2022 Jim Mussared
33
4+ from micropython import const
45import requests
56import sys
67
Original file line number Diff line number Diff line change 11# This module should be imported from REPL, not run from command line.
22import binascii
33import hashlib
4+ from micropython import const
45import network
56import os
67import socket
You can’t perform that action at this time.
0 commit comments