Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
0abf60b4
Commit
0abf60b4
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Moving functions from h to cpp
parent
73671b5a
No related merge requests found
Pipeline
#6035
passed with stage
in 1 minute and 57 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ampel-firmware/co2_sensor.cpp
+2
-0
ampel-firmware/co2_sensor.cpp
ampel-firmware/co2_sensor.h
+0
-2
ampel-firmware/co2_sensor.h
with
2 additions
and
2 deletions
+2
-2
ampel-firmware/co2_sensor.cpp
+
2
-
0
View file @
0abf60b4
...
...
@@ -56,6 +56,8 @@ namespace sensor {
void
calibrateSensorToSpecificPPM
(
int32_t
calibrationLevel
);
void
calibrateSensorRightNow
(
int32_t
calibrationLevel
);
void
setAutoCalibration
(
int32_t
autoCalibration
);
void
setTimer
(
int32_t
timestep
);
void
resetSCD
();
void
initialize
()
{
#if defined(ESP8266)
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/co2_sensor.h
+
0
-
2
View file @
0abf60b4
...
...
@@ -12,8 +12,6 @@ namespace sensor {
void
initialize
();
bool
processData
();
void
startCalibrationProcess
();
void
setTimer
(
int32_t
timestep
);
void
resetSCD
();
float
getTemperatureOffset
();
}
#endif
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets