Skip to content

Commit

Permalink
Merge pull request #157 from logicog/master
Browse files Browse the repository at this point in the history
SPI: fix bug in csPin data type
  • Loading branch information
pgrawehr authored Nov 9, 2023
2 parents 6647a15 + 1a89fde commit 2757eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpiFirmata.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
struct spi_device_config {
byte deviceIdChannel;
byte csPinOptions;
byte csPin;
char csPin;
boolean packedData;
SPISettings spi_settings;
boolean used;
Expand Down

0 comments on commit 2757eb7

Please sign in to comment.