Skip to content

Commit 0b1580d

Browse files
committed
Update fw version to 0.20
1 parent 592490f commit 0b1580d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

extras/D11-Firmware/D11-Firmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// compile me with target arduino:samd:mkrmotorshield:bootloader=0kb,pinmap=complete,lto=disabled during development
1515
// compile me with target arduino:samd:mkrmotorshield:bootloader=4kb,pinmap=complete,lto=enabled for release
1616

17-
const char* FW_VERSION = "0.11";
17+
const char* FW_VERSION = "0.20";
1818

1919
DCMotor* dcmotors[2];
2020
ServoMotor* servos[4];

keywords.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#######################################
2-
# Syntax Coloring Map For MKR Motor Shield
3-
#######################################
1+
#################################################
2+
# Syntax Coloring Map For Arduino Motor Carrier
3+
#################################################
44

55
#######################################
66
# Datatypes (KEYWORD1)

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoMotorCarrier
2-
version=1.0.5
2+
version=2.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows to use the Arduino Motor shields
6-
paragraph=Allows to use the Arduino Motor shields
5+
sentence=Allows to use the Arduino Motor Carrier
6+
paragraph=Allows to use the Arduino Motor Carrier
77
category=Signal Input/Output
88
url=http://www.arduino.cc/en/Reference/
99
architectures=samd

0 commit comments

Comments
 (0)