Skip to content

Commit

Permalink
1.9.0 as a pre release for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Apr 7, 2022
1 parent 6222f88 commit 971c12d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ VIN sensing

# Revision History
### Version 2.0.0 - work in progress

### Version 1.9.0 - a 2.0.0 pre release
- Removed all *Compensated functions, compensation now is always active.
- Removed StopSpeed from EepromMotorinfoStruct.
- Removed StartSpeed.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/ArminJo/PWMMotorControl"
},
"version": "2.0.0",
"version": "1.9.0",
"exclude": "pictures",
"authors": {
"name": "Armin Joachimsmeyer",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PWMMotorControl
version=2.0.0
version=1.9.0
author=Armin Joachimsmeyer
maintainer=Armin Joachimsmeyer <armin.arduino@gmail.com>
sentence=Control brushed DC motors by PWM and uses optional attached encoders to drive fixed distances. For L298 or TB6612, or Adafruit Motor Shield<br/>
Expand Down
6 changes: 3 additions & 3 deletions src/PWMDcMotor.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

#include <stdint.h>

#define VERSION_PWMMOTORCONTROL "2.0.0"
#define VERSION_PWMMOTORCONTROL_MAJOR 2
#define VERSION_PWMMOTORCONTROL_MINOR 0
#define VERSION_PWMMOTORCONTROL "1.9.0"
#define VERSION_PWMMOTORCONTROL_MAJOR 1
#define VERSION_PWMMOTORCONTROL_MINOR 9
// The change log is at the bottom of the file

#define MILLIS_IN_ONE_SECOND 1000L
Expand Down

0 comments on commit 971c12d

Please sign in to comment.