This website requires JavaScript.
Explore
Help
Sign In
ise-iot-ay2023-project
/
stm32-fmt-code
Watch
3
Star
0
Fork
You've already forked stm32-fmt-code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
186d443793
stm32-fmt-code
/
access_control_python
/
test.py
6 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
final_2
2023-11-17 15:43:10 +00:00
from
stm32
import
stm32_distance
a
2023-11-13 12:12:30 +00:00
final_2
2023-11-17 15:43:10 +00:00
SD
=
stm32_distance
(
"
COM13
"
)
a
2023-11-13 12:12:30 +00:00
final_2
2023-11-17 15:43:10 +00:00
while
True
:
print
(
SD
.
get_distance
(
)
)