ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
2011-10-01 00:12:22 +02:00
apo Makefile fix. 2011-09-30 17:37:09 -04:00
archive more directories for the archive 2011-09-09 12:48:34 +10:00
ArduBoat Arduino version directory updated to lib/version.txt 2011-09-29 22:10:26 -04:00
ArduCopter Added makefiles for ArduCopter/ArduPlane. 2011-09-30 07:16:48 -04:00
ArduPlane Add auto flap functionality to FBW-B 2011-09-30 07:25:36 -06:00
ArduRover Arduino version directory updated to lib/version.txt 2011-09-29 22:10:26 -04:00
cmake Added cmake update script. 2011-09-30 17:21:07 -04:00
libraries Optional recursion added. 2011-09-30 17:17:51 -04:00
Tools ArduPPM: New and improved PPM encoder firmware for APM 1.x boards with ATmega328p and new ones using ATMega32U2. 2011-10-01 00:12:22 +02:00
.gitignore Improvements to cmake. 2011-09-29 21:23:26 -04:00
CMakeLists.txt Typo fix. 2011-09-30 17:36:05 -04:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
Install.txt This is just a test for SVN 2011-01-11 02:42:53 +00:00
README.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00

Building using arduino
--------------------------
To install the libraries:
 - copy Library Directories to your \arduino\hardware\libraries\ or arduino\libraries directory
 - Restart arduino IDE

 * Each library comes with a simple example. You can find the examples in menu File->Examples

Building using make 
-----------------------------------------------
 - go to directory of sketch and type make.

Building using cmake
-----------------------------------------------
 - mkdir build
 - cd build
 - cmake ..
 - make (will build every sketch)
 - make ArduPlane (will build just ArduPlane etc.)