1#ifndef PESUDOICM20608_H
2#define PESUDOICM20608_H
4#include "ICM20608Data.h"
Pseudo implementation of ICM20608 for testing or non-real hardware.
Definition PesudoICM20608.h:8
bool get_package_sync(ICM20608AppData &empty_data_pack)
Get pseudo sensor data package.
Definition PesudoICM20608.cpp:14
PesudoICM20608 & operator=(const PesudoICM20608 &)=delete
Disable copy assignment and copy constructor.
Processed sensor data with float values.
Definition icm20608_adapter.h:17