This example shows how to set a custom magnetic field offset.
#include <iostream>
#include <chrono>
#include <thread>
#include "mag3110.hpp"
int main(int argc, char** argv)
{
int bx, by, bz;
cout << "Offset: ";
cout << "Mag: ";
cout << "Offset: ";
cout << "Mag: ";
return 0;
}