Skip to content

Commit

Permalink
option to not read
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Jan 1, 2024
1 parent c020a8f commit 75f13aa
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=TMC7300
version=0.2.2
version=0.3.0
author=Joshua Phelps <joshuaphelps127@gmail.com>
maintainer=Joshua Phelps <joshuaphelps127@gmail.com>
sentence=Control TMC7300 DC motor drivers.
Expand Down
2 changes: 1 addition & 1 deletion src/TMC7300.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class TMC7300IC {
}
registers[field.valueAddress()] = registerValueToSend;
}
uint32_t readField(TMCField field)
uint32_t readField(TMCField field, boolean read = true)
{
// uint32_t registerValueReceived = readRegister(field.address());
// registers[field.valueAddress()] = registerValueReceived;
Expand Down

0 comments on commit 75f13aa

Please sign in to comment.