Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
/ MFCtrl Public archive

This is a little Library for the ProPar protocoll from Bronkhorst

License

Notifications You must be signed in to change notification settings

zunamidev/MFCtrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description
Setup

MFCtrl

Getting Super Powers

Becoming a super hero is a fairly straight forward process:

$ git clone https://github.com/zunamidev/MFCtrl.git

{% hint style="warning" %} Please submit an issue if you're not happy with yours. {% endhint %}

How to use it?

{% code title="main.cpp" %}

#include "lib/MFCtrl.h"

int main(int argc, const char * argv[]) {
    MFCtrl MF(12, 23, 3);
    std::cout << MF.sendData(16000);
    std::cout << MF.readData(16000);
    MF.getInfo();

    return 0;
}

{% endcode %}

About

This is a little Library for the ProPar protocoll from Bronkhorst

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published