This website requires JavaScript.
Explore
Help
Sign In
python
/
micropython-examples
Watch
1
Star
0
Fork
You've already forked micropython-examples
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
164d686df3
micropython-examples
/
ldr
/
ldr.py
5 lines
56 B
Python
Raw
Blame
History
from
machine
import
ADC
ldr
=
ADC
(
0
)
print
(
ldr
.
read
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink