1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Robot_Control library to the 1.5 fromat

This commit is contained in:
Fede85 2013-09-10 16:46:33 +02:00
parent 9df65fdfe5
commit a9cba03922
49 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "twi.h"
#include "utility/twi.h"
}
#include "Wire.h"

View File

@ -0,0 +1,10 @@
name=Robot Control
author=Arduino
email=info@arduino.cc
sentence=This is the library for programming the Control Board of the Arduino Robot.
paragraph=The Arduino robot is made by two independent boards. The Control Board is the top board of the Arduino Robot, with this library you can easily write sketches to control the robot.
url=http://arduino.cc/en/Reference/RobotLibrary
architectures=avr
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)