Skip to content

Commit

Permalink
minimumsample.ino を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent authored Feb 12, 2024
1 parent c91fc1d commit 644bb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimumsample/minimumsample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void setup() {

// JJY Library
jjy.begin(); // Start JJY Receive
jjy.freq(40); // Set frequency 40kHz
//jjy.freq(40); // Set frequency 40kHz if SEL pin connected.

//while(jjy.getTime() == -1) delay(1000); // blocking until time available.
}
Expand Down

0 comments on commit 644bb19

Please sign in to comment.