Skip to content

QaotechStudio/ofxWitMotion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxWitmotion

Witmotion addon for OpenFrameworks

Development Support and special thanks Qaotech Studio

Ported from the official documentation example C++ code https://github.com/WITMOTION/BWT901CL

Quick example:

ofApp.h

    witmotionController wmc;

ofApp.cpp

    // in ofApp::setup()
    wmc.setup();
    wmc.connectDevice(int DEVICE_ID);
    
    // in ofApp::update()
    wmc.update();
    wmc.getAcceleration();
    wmc.getGyro();
    wmc.getAngle();
    wmc.getMagneticField();

About

OF Addon for handling WitMotion IMUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • Makefile 4.2%