This website requires JavaScript.
Explore
Help
Sign In
c_meyer
/
pxt-calliope
Watch
1
Star
0
Fork
0
You've already forked pxt-calliope
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
faae856e88
Branches
Tags
No results found.
pxt-calliope
/
docs
/
examples
/
plot-light-level.md
Peli de Halleux
45c82767d0
fixed titles
2017-02-09 14:57:38 -08:00
127 B
Raw
Blame
History
Plot Light level
basic.forever(() => { led.plotBarGraph( input.lightLevel(), 255 ) })