Skip to content

Commit a9cba03

Browse files
committed
Robot_Control library to the 1.5 fromat
1 parent 9df65fd commit a9cba03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+11
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

libraries/Robot_Control/Wire.cpp libraries/Robot_Control/arch/avr/Wire.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
#include <stdlib.h>
2424
#include <string.h>
2525
#include <inttypes.h>
26-
#include "twi.h"
26+
#include "utility/twi.h"
2727
}
2828

2929
#include "Wire.h"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Robot Control
2+
author=Arduino
3+
email=info@arduino.cc
4+
sentence=This is the library for programming the Control Board of the Arduino Robot.
5+
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.
6+
url=http://arduino.cc/en/Reference/RobotLibrary
7+
architectures=avr
8+
version=1.0
9+
dependencies=
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)