Skip to content

Copper280z/cpp_binaryIO_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial port can be specified with the -p flag at runtime, default is /dev/ttyACM0

Registers are also hard coded as:

uint8_t telemetry_registers[] = {REG_TARGET, REG_ANGLE, REG_VELOCITY, REG_CURRENT_Q, REG_CURRENT_D};

To build, from the project root directory:

meson build
cd build
ninja

Requires meson/ninja

Ubuntu:

sudo apt install meson ninja-build

MacOS with Homebrew:

brew install meson ninja

About

Parses SFOC BinaryIO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published