Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
3362af87
Commit
3362af87
authored
Apr 19, 2021
by
Eric Duminil
Browse files
One dependency fewer
parent
bf874906
Changes
2
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/sensor_console.cpp
View file @
3362af87
...
...
@@ -124,7 +124,6 @@ namespace sensor_console {
Serial
.
print
(
commands
[
i
].
doc
);
Serial
.
println
(
"."
);
}
led_effects
::
showKITTWheel
(
color
::
red
,
1
);
}
/*
...
...
ampel-firmware/sensor_console.h
View file @
3362af87
#include
<Arduino.h>
#include
"led_effects.h"
/** Other scripts can use this namespace, in order to define commands, via callbacks.
* Those callbacks can then be used to send commands to the sensor (reset, calibrate, night mode, ...)
...
...
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