Skip to content

Commit

Permalink
added missing endTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandkeil committed May 8, 2018
1 parent 3e9d2bc commit bb1f593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADS129X.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ void ADS129X::STOP() {
SPI.transfer(ADS129X_CMD_STOP);
delayMicroseconds(2);
digitalWrite(CS, HIGH);
SPI.endTransaction();
}

/**
Expand Down

0 comments on commit bb1f593

Please sign in to comment.