DanielM08 / Joy_Stick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joy Stick

A project that try to emulate a joy stick with Beaglebone black.

Requirements to compile

  • g++
  • CMake

Compile

  1. Navigate to this project root
  • Give a make clean && make command
  • Your executable is on bin directory

Compilation on Beaglebone

  1. Navigate to this project root
  • Give a make clean && make arm command
  • Your executable is on bin directory

Usage

Make the conections as showned in the archive EsquemaJoyStick.fzz.

Execute the binary on bin directory.

About


Languages

Language:C++ 74.6%Language:C 18.8%Language:Makefile 6.6%