You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
James Goppert c85d6b056e cmake overhaul, cleaned up readme, added license 14 years ago
ArduBoat Arduino version directory updated to lib/version.txt 14 years ago
ArduCopter Added makefiles for ArduCopter/ArduPlane. 14 years ago
ArduPlane Add auto flap functionality to FBW-B 14 years ago
ArduRover Arduino version directory updated to lib/version.txt 14 years ago
Tools Git test 14 years ago
apo Optional recursion added. 14 years ago
archive more directories for the archive 14 years ago
cmake Added cmake update script. 14 years ago
libraries Optional recursion added. 14 years ago
.gitignore Improvements to cmake. 14 years ago
CMakeLists.txt cmake overhaul, cleaned up readme, added license 14 years ago
COPYING.txt cmake overhaul, cleaned up readme, added license 14 years ago
Install.txt This is just a test for SVN 14 years ago
README.txt cmake overhaul, cleaned up readme, added license 14 years ago

README.txt

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.)