1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

Updated Robot libraries

See #4040
This commit is contained in:
Cristian Maglie 2017-08-18 13:10:57 +02:00
parent 275051fdcf
commit 495c29c44b
8 changed files with 7 additions and 6 deletions

View File

@ -1 +0,0 @@
a2f6a74e4a4f2fffca30c3b5d1e8193451c30f98

View File

@ -0,0 +1 @@
55f0d5a22cf48df682a236a5c326566515f5f84e

View File

@ -1 +0,0 @@
d4035d058f08d622584133a36ee959c485329bc6

View File

@ -0,0 +1 @@
e6c414ba6993acbe6aa8381225ee4f3ccf9ab4ae

View File

@ -1 +0,0 @@
7f887a2f9e3a61b4be73c97a2c7b46d92bf8589b

View File

@ -0,0 +1 @@
4b293c043e5970579f60c1d421a5ff94f18c7346

View File

@ -230,9 +230,9 @@
<download-library name="Firmata" version="2.5.6"/>
<download-library name="Bridge" version="1.6.3"/>
<download-library name="Robot_Control" version="1.0.3"/>
<download-library name="Robot_Motor" version="1.0.2"/>
<download-library name="RobotIRremote" version="1.0.2"/>
<download-library name="Robot_Control" version="1.0.4"/>
<download-library name="Robot_Motor" version="1.0.3"/>
<download-library name="RobotIRremote" version="2.0.0"/>
<download-library name="SpacebrewYun" version="1.0.1"/>
<download-library name="Temboo" version="1.2.1"/>
<download-library name="Esplora" version="1.0.4"/>

View File

@ -13,6 +13,7 @@ ARDUINO 1.8.4
[libraries]
* Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly.
* Fixed wrong include for "RobotIRRemote", now it should not interfere anymore with the real IRRemote.
ARDUINO 1.8.3 2017.05.31