leroilion / cdr2017-off-rx

Robot wireless with turbine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino project template

Install tools

To compile and upload program, some tools are required :

$ # Install toolchain
$ sudo apt-get install avrdude arduino
$
$ # Get submodule
$ git submodule update --init
$
$ # Install node tools
$ npm install

main program

The main program is simply an arduino blink

About

Robot wireless with turbine


Languages

Language:C++ 48.0%Language:C 39.5%Language:Makefile 8.5%Language:Arduino 3.9%