Skip to content

Commit 4852131

Browse files
committed
README fixes
1 parent 70cab9e commit 4852131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please feel free to use the issues feature of GitHub if you run into problems or
66

77
Hardware Requirements and Setup
88
-------------------------------
9-
This library has been written for the Arduino platform and has been successfully tested on the Arduino Uno and an Uno clone. Since the library itself does not access the hardware, there is no reason it should not run on any Arduino model of recent vintage as long as it has at least 2 kB of RAM.
9+
This library has been written for the Arduino platform and has been successfully tested on the Arduino Uno, an Uno clone, and an Arduino Zero clone. Since the library itself does not access the hardware, there is no reason it should not run on any Arduino model of recent vintage as long as it has at least 2 kB of RAM.
1010

1111
How To Install
1212
--------------
@@ -116,7 +116,7 @@ Once the channel symbols have been generated, it is a simple matter of transmitt
116116
// Now transmit the channel symbols
117117
for(i = 0; i < symbol_count; i++)
118118
{
119-
si5351.set_freq((freq * 100) + (tx_buffer[i] * tone_spacing), 0, SI5351_CLK0);
119+
si5351.set_freq((freq * 100) + (tx_buffer[i] * tone_spacing), SI5351_CLK0);
120120
delay(tone_delay);
121121
}
122122

0 commit comments

Comments
 (0)