Newer
Older

jdkruege
committed
/*
@author Jonathan Krueger
*/
#pragma once
#include "mraa.hpp"
#include <unistd.h>
#include <stdint.h>
using namespace mraa;
class MPU9250
{
public:
static MPU9250* instance();
/*
@author Jonathan Krueger
*/
#pragma once
#include "mraa.hpp"
#include <unistd.h>
#include <stdint.h>
using namespace mraa;
class MPU9250
{
public:
static MPU9250* instance();