📄 readme.txt
字号:
This is a C++ library for Arduino for controlling the Asuro robotTested on Arduino 0010 Alpha.Installation--------------------------------------------------------------------------------To install this library, just place this entire folder as a subfolder in yourArduino-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 andselect Asuro. This will add a corresponding line to the top of your sketch:#include <Asuro.h>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 appearin "Arduino-xxxx/hardware/libraries/Asuro". This file is the built/compiled librarycode.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. Thenew "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.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -