This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
3code
/
nodeosci
forked from
defend/nodemcu-lab-1
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
1
Branch
0
Tags
411 KiB
C
38.6%
C++
33.2%
HTML
28.1%
Tree:
92383f82dd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '92383f82dd'
${ noResults }
nodeosci
/
src
/
Sensor.h
7 lines
100 B
Raw
Blame
History
class
Sensor
{
public
:
int
lastValue
;
long
int
lastUpdate
;
Sensor
(
)
;
}
;
Reference in new issue