Skip to content

Commit 3c7808d

Browse files
committed
SI470X Arduino Library
1 parent b3d9ddb commit 3c7808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SI470X.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void SI470X::powerDown()
201201
* @details sets the reset pin, interrupt pins and oscillator type you are using in your project.
202202
* @details You have to inform at least two parameters: RESET pin and I2C SDA pin of your MCU
203203
* @param resetPin // Arduino pin used to reset control.
204-
* @param sdaPin // I2C data bus pin (SDA).
204+
* @param sdaPin // I2C data bus pin (SDA). For some reason the SI4703 does not start with this pin HIGH
205205
* @param rdsInterruptPin // optional. Sets the Interrupt Arduino pin used to RDS function control.
206206
* @param seekInterruptPin // optional. Sets the Arduino pin used to Seek function control.
207207
* @param oscillator_type // optional. Sets the Oscillator type used Crystal (default) or Ref. Clock.

0 commit comments

Comments
 (0)