Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teemuatlut committed Jan 26, 2020
1 parent 6753e52 commit c727f34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TMCStepper",
"version": "0.6.1",
"version": "0.6.2",
"keywords": "TMC, Trinamic, stepper, driver, SPI, UART, TMC2130, TMC2160, TMC2208, TMC2224, TMC2660, TMC5130, TMC5160, TMC5161",
"description": "Arduino library for configuring Trinamic stepper drivers.",
"repository":
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=TMCStepper
version=0.6.1
version=0.6.2
author=teemuatlut
maintainer=teemuatlut
sentence=Arduino library for Trinamic stepper drivers
Expand Down
2 changes: 1 addition & 1 deletion src/TMCStepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define INIT2224_REGISTER(REG) TMC2224_n::REG##_t REG##_register = TMC2224_n::REG##_t
#define SET_ALIAS(TYPE, DRIVER, NEW, ARG, OLD) TYPE (DRIVER::*NEW)(ARG) = &DRIVER::OLD

#define TMCSTEPPER_VERSION 0x000601 // v0.6.1
#define TMCSTEPPER_VERSION 0x000602 // v0.6.2

class TMCStepper {
public:
Expand Down

0 comments on commit c727f34

Please sign in to comment.