Imported from GitHub: ThunderFly-aerospace/TFESC02 · commit ebadc1e · license GPL-3.0
Description
ESC for BLDC motors for UAVs with I2C interface
README
dependencies
sudo apt-get install -y libi2c-dev
compilation
g++ -std=c++17 -O2 -Wall i2c_read.cpp -o i2c_demo
g++ -std=c++17 -O2 -Wall main.cpp -o mct8329a_read -li2c
No comments yet. Be the first to ask about this board.