Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit 65a47d2

Browse files
committed
Fixed example that use RobotIRRemote
See arduino/Arduino#4040
1 parent 25b542a commit 65a47d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/explore/R08_Remote_Control/R08_Remote_Control.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
*/
2525

2626
// include the necessary libraries
27-
#include <IRremote.h>
28-
#include <IRremoteTools.h>
27+
#include <RobotIRremote.h>
28+
#include <RobotIRremoteTools.h>
2929
#include <ArduinoRobot.h>
3030
#include <Wire.h>
3131

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Robot Control
2-
version=1.0.3
2+
version=1.0.4
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables easy access to the controls of the Arduino Robot Control board. For Arduino Robot only.

0 commit comments

Comments
 (0)