Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 2:6745a5554c65
- Parent:
- 1:70efadf7bcb0
- Child:
- 3:42dec5cf2c03
--- a/main.cpp Fri Aug 10 11:04:46 2018 +0000 +++ b/main.cpp Fri Aug 10 11:05:43 2018 +0000 @@ -51,6 +51,8 @@ int main() { while(1){ + //cdsセルの値の確認 + //暗いときは0.8~1.0程度の値 float blight; blight = Lx_Read(); pc.printf("%4.1f\n\r",blight);