Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teemuatlut committed Mar 15, 2018
1 parent f0192ef commit e51bc06
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.1.5
version=2.2.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 @@ -4,7 +4,7 @@
#include <Arduino.h>
#include <stdint.h>

const uint32_t TMC2130Stepper_version = 0x20105; // v2.1.5
const uint32_t TMC2130Stepper_version = 0x20200; // v2.2.0

class TMC2130Stepper {
public:
Expand Down

0 comments on commit e51bc06

Please sign in to comment.