source: rtos_arduino/trunk/arduino_lib/libraries/Servo/README.adoc@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 962 bytes
Line 
1= Servo Library for Arduino =
2
3This library allows an Arduino board to control RC (hobby) servo motors.
4
5For more information about this library please visit us at
6http://arduino.cc/en/Reference/Servo
7
8== License ==
9
10Copyright (c) Arduino LLC. All right reserved.
11
12This library is free software; you can redistribute it and/or
13modify it under the terms of the GNU Lesser General Public
14License as published by the Free Software Foundation; either
15version 2.1 of the License, or (at your option) any later version.
16
17This library is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of
19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20Lesser General Public License for more details.
21
22You should have received a copy of the GNU Lesser General Public
23License along with this library; if not, write to the Free Software
24Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Note: See TracBrowser for help on using the repository browser.