This website requires JavaScript.
Explore
Help
Sign in
ungleich-public
/
lorawan
Watch
6
Star
0
Fork
You've already forked lorawan
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
d12d5ab0cd
lorawan
/
sodaq_one
/
loudness.ino
7 lines
77 B
Arduino
Raw
Normal View
History
Unescape
Escape
Cleanup
2016-10-24 19:34:02 +00:00
#
include
<Arduino.h>
update Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2016-10-27 16:14:29 +00:00
int
readLoudness
(
int
pin
)
Cleanup
2016-10-24 19:34:02 +00:00
{
update Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2016-10-27 16:14:29 +00:00
return
analogRead
(
pin
)
;
Cleanup
2016-10-24 19:34:02 +00:00
}
Reference in a new issue
Copy permalink