Skip to content

imu sensor data online/offline feeder, read csv data or serial port to feed

License

Notifications You must be signed in to change notification settings

KitSprout/ksFeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ksfeeder

How to build (Windows)

  1. Download mingw, cmake and install

  2. Copy and rename C:\MinGW\bin\mingw32-make.exe to C:\MinGW\bin\make.exe

  3. Add C:\MinGW\bin and C:\Program Files\CMake\bin to PATH

  4. Open terminal and check

    gcc -v
    make -v
    cmake -version
  5. build

    cd ksfeeder
    mkdir build
    cd build
    cmake -G "MinGW Makefiles" ../
    make clean
    make

About

imu sensor data online/offline feeder, read csv data or serial port to feed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published