/RPI_practice

My practice code for Raspberry Pi 3, useful modules and test projects for robotics stuff

Primary LanguageC++

RPI_practice

My practice code for Raspberry Pi 3, useful modules and test projects

Compiler info:

compiling on the pi with gcc, linking wiringPi GPIO library
g++ -o main Main.cpp hbridge.cpp -l wiringPi