Asurino-latest

所属分类:单片机开发
开发工具:Others
文件大小:9KB
下载次数:31
上传日期:2008-12-11 10:56:48
上 传 者octsky
说明:  Asurino: Arduino & Asuor 启动代码
(Asurino: Arduino )

文件列表:
Asuro (0, 2008-01-11)
Asuro\Asuro.cpp (3947, 2008-01-09)
Asuro\Asuro.h (1120, 2008-01-07)
Asuro\Asuro.o (11700, 2008-01-09)
Asuro\examples (0, 2008-01-11)
Asuro\examples\adc_test (0, 2008-01-11)
Asuro\examples\adc_test\adc_test.pde (811, 2008-01-11)
Asuro\examples\led_test (0, 2008-01-11)
Asuro\examples\led_test\led_test.pde (556, 2008-01-11)
Asuro\examples\motor_test (0, 2008-01-11)
Asuro\examples\motor_test\motor_test.pde (526, 2008-01-11)
Asuro\examples\switch_test (0, 2008-01-11)
Asuro\examples\switch_test\switch_test.pde (593, 2008-01-11)
Asuro\keywords.txt (688, 2008-01-07)

This is a C++ library for Arduino for controlling the Asuro robot Tested on Arduino 0010 Alpha. Installation -------------------------------------------------------------------------------- To install this library, just place this entire folder as a subfolder in your Arduino-xxxx/hardware/libraries folder. When installed, this library should look like: Arduino-xxxx/hardware/libraries/Asuro (this library's folder) Arduino-xxxx/hardware/libraries/Asuro/Asuro.cpp (the library implementation file) Arduino-xxxx/hardware/libraries/Asuro/Asuro.h (the library description file) Arduino-xxxx/hardware/libraries/Asuro/keywords.txt (the syntax coloring file) Arduino-xxxx/hardware/libraries/Asuro/examples (the examples in the "open" menu) Arduino-xxxx/hardware/libraries/Asuro/readme.txt (this file) Building -------------------------------------------------------------------------------- After this library is installed, you just have to start the Arduino application. To use this library in a sketch, go to the Sketch | Import Library menu and select Asuro. This will add a corresponding line to the top of your sketch: #include To stop using this library, delete that line from your sketch. Geeky information: After a successful build of this library, a new file named "Asuro.o" will appear in "Arduino-xxxx/hardware/libraries/Asuro". This file is the built/compiled library code. If you choose to modify the code for this library (i.e. "Asuro.cpp" or "Asuro.h"), then you must first 'unbuild' this library by deleting the "Asuro.o" file. The new "Asuro.o" with your code will appear after the next press of "verify" Credits -------------------------------------------------------------------------------- This library is based on the sketch for the asuro from Jakob Remin.

近期下载者

相关文件


收藏者