Skip to content

Commit

Permalink
Merge pull request #59 from sakuraio/release/v1.1.4
Browse files Browse the repository at this point in the history
Release/v1.1.4
  • Loading branch information
misodengaku authored Jul 3, 2018
2 parents a568739 + 0ee7d0f commit 7c8efb8
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=SakuraIO
version=1.1.3
version=1.1.4
author=SAKURA Internet Inc. <support@sakura.ad.jp>
maintainer=chibiegg <y-egusa@sakura.ad.jp>
sentence=Library for Sakura Communication Module (https://sakura.io/)
Expand Down
2 changes: 1 addition & 1 deletion src/SakuraIO_SPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SakuraIO_SPI::SakuraIO_SPI(int _cs){
cs = _cs;
SPI.begin();
#if SPI_HAS_TRANSACTION
settings = SPISettings(4000000, MSBFIRST, SPI_MODE0); // 4MHz, MSB First, SPI mode 0
settings = SPISettings(350000, MSBFIRST, SPI_MODE0); // 350kHz, MSB First, SPI mode 0
#endif
pinMode(cs, OUTPUT);
digitalWrite(cs, HIGH);
Expand Down

0 comments on commit 7c8efb8

Please sign in to comment.