Skip to content

Gonzih/clj-arduino-rc-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-arduino-rc-toy

RC Toy Arduino Clojure

A Clojure project for controlling Arduino based toy using Clodiuno and Bluetooth with Gamepad.

Most of JInput related code was taken from really great jinput-overtone library.

Maybe one day I will extract input logic to separated library.

Usage

  • use rfcomm to bind bluetooth as serial port
  • baudrate is 9600
  • ./run.sh

License

Copyright © 2013 Max Gonzih gonzih at gmail.com

Distributed under the Eclipse Public License, the same as Clojure.