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
86960981
Commit
86960981
authored
Feb 07, 2022
by
Eric Duminil
Browse files
Moving includes from h to cpp : csv
parent
e0c1439c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/csv_writer.cpp
View file @
86960981
#include
"csv_writer.h"
#include
"config.h"
#include
"util.h"
// -> time.h
#include
"led_effects.h"
#include
"sensor_console.h"
namespace
config
{
// Values should be defined in config.h
uint16_t
csv_interval
=
CSV_INTERVAL
;
// [s]
...
...
ampel-firmware/csv_writer.h
View file @
86960981
...
...
@@ -11,11 +11,6 @@
# error Board should be either ESP8266 or ESP832
#endif
#include
"config.h"
#include
"util.h"
#include
"led_effects.h"
#include
"sensor_console.h"
namespace
config
{
extern
uint16_t
csv_interval
;
// [s]
}
...
...
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