Skip to content
Snippets Groups Projects
Commit 5736ba62 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[LIS2MDL] Updated LIS2MDLData

parent bf62e7cf
No related branches found
No related tags found
1 merge request!126[LIS2MDL] Fixed self test and ODR configuration
...@@ -48,9 +48,7 @@ struct LIS2MDLData : public MagnetometerData, public TemperatureData ...@@ -48,9 +48,7 @@ struct LIS2MDLData : public MagnetometerData, public TemperatureData
static std::string header() static std::string header()
{ {
return "magneticFieldTimestamp,magneticFieldX,magneticFieldY," return "magneticFieldTimestamp,magneticFieldX,magneticFieldY,"
"magneticFieldZ," "magneticFieldZ,temperatureTimestamp,temp\n";
"temperatureTimestamp,"
"temp\n";
} }
void print(std::ostream& os) const void print(std::ostream& os) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment