Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EMM
meteorolog
Commits
7e29b5b4
Commit
7e29b5b4
authored
May 16, 2015
by
Nelso Jost
Browse files
FIX: LDR return percentage now
parent
de2d5ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
meteorolog/mysensors.cpp
View file @
7e29b5b4
...
...
@@ -11,7 +11,7 @@
String
read_LDR
()
{
return
String
(
10
23
-
analogRead
(
LDR_PIN
));
return
String
(
10
0
/
1023.0
-
analogRead
(
LDR_PIN
));
}
// === DHT22 SETUP =======================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment