Skip to content
Snippets Groups Projects
Commit cb20aa5a authored by jdkruege's avatar jdkruege
Browse files

Removed a library include from the LSM header, and removed the sensors class as it was usless.

parent 61105b5e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#include "mraa.h"
#include <unistd.h>
#include <stdint.h>
#include "Service.h"
class LSM9DS0{
......
#include "Sensors.h"
Sensors::Sensors()
{
}
Sensors::~Sensors()
{
}
#pragma once
class Sensors
{
public:
Sensors();
~Sensors();
};
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