Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teemuatlut committed Sep 15, 2018
1 parent 0375f69 commit d70b309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TMC2130Stepper
version=2.4.3
version=2.5.0
author=teemuatlut
maintainer=teemuatlut
sentence=Arduino library for Trinamic TMC2130 stepper drivers
Expand Down
2 changes: 1 addition & 1 deletion src/TMC2130Stepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdint.h>
#include <SPI.h>

#define TMC2130STEPPER_VERSION 0x020403 // v2.4.3
#define TMC2130STEPPER_VERSION 0x020500 // v2.5.0

class TMC2130Stepper {
public:
Expand Down

0 comments on commit d70b309

Please sign in to comment.