Skip to content

Commit 7c8efb8

Browse files
authored
Merge pull request #59 from sakuraio/release/v1.1.4
Release/v1.1.4
2 parents a568739 + 0ee7d0f commit 7c8efb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SakuraIO
2-
version=1.1.3
2+
version=1.1.4
33
author=SAKURA Internet Inc. <support@sakura.ad.jp>
44
maintainer=chibiegg <y-egusa@sakura.ad.jp>
55
sentence=Library for Sakura Communication Module (https://sakura.io/)

src/SakuraIO_SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SakuraIO_SPI::SakuraIO_SPI(int _cs){
4848
cs = _cs;
4949
SPI.begin();
5050
#if SPI_HAS_TRANSACTION
51-
settings = SPISettings(4000000, MSBFIRST, SPI_MODE0); // 4MHz, MSB First, SPI mode 0
51+
settings = SPISettings(350000, MSBFIRST, SPI_MODE0); // 350kHz, MSB First, SPI mode 0
5252
#endif
5353
pinMode(cs, OUTPUT);
5454
digitalWrite(cs, HIGH);

0 commit comments

Comments
 (0)