Skip to content

Commit b18054d

Browse files
committed
fix example frequency in README 🤦
1 parent ff5dffc commit b18054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn main() -> ! {
3737
// are infallible in the arduino-hal.
3838

3939
// Set the output frequency to 1 MHz
40-
ad9850.set_frequency(1.0);
40+
ad9850.set_frequency(1000000.0);
4141
}
4242
```
4343

0 commit comments

Comments
 (0)