/Pegasus-V1-Flight-System

Reads USB joystick data with python and sends it to an Arduino via serial communication which sends that data over RF signals to a receiving Ardiuno which uses PPM to communicate with the flight controller

Primary LanguageC++

Flight System

Reads USB Joystick Data with Python and sends it to an arduino over via serial communication echo "# FlightSystem" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/alexdada555/JoystickToArduino.git git push -u origin master