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:
parent
9df65fdfe5
commit
a9cba03922
@ -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"
|
10
libraries/Robot_Control/library.properties
Normal file
10
libraries/Robot_Control/library.properties
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user