#include #include "gyroscope.hpp" int main(void) { std::cout << "pImpl Idom" << std::endl; Gyroscope gyroscope; gyroscope.getOrientation(); return 0; }