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
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
Normal View
History
Вспомогательный класс отрисовки графика вынесен в отдельный файл. Также создан класс, хранящий последнее время обновления сенсора, а также его последнее значение
7 years ago
class
Sensor
{
public
:
int
lastValue
;
long
int
lastUpdate
;
Sensor
(
)
;
}
;