Skip to content

stepjue/urov

Repository files navigation

urov

To Do

  1. Figure out how client.c, joystick.cpp, and boardcode.ino are communicating with one another
  2. Fix the hang-up that happens around line 78 in joystick.cpp
  3. Control the LED's on the arduino with the controller

Installation & Usage

First, install SDL.

To compile and run joystick.cpp on Linux and Mac, use these executables

./compile.sh
./run.sh

To compile on Windows, use a compiler such as MinGW or Visual Studio. Use these arguments when compiling:

gcc -o joystick joystick.cpp `sdl-config --cflags --libs`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published