File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ $ tinygo flash --target waveshare-rp2040-zero --size short ./15_hid_mouse/
783783TinyGo は USB MIDI に対応しているので、 MIDI 音源にしたり、 MIDI 楽器にすることができます。
78478412 個のキーおよびロータリーエンコーダーの押し込みを使用することができます。
785785
786- ```
786+ ``` shell
787787$ tinygo flash --target waveshare-rp2040-zero --size short ./18_midi/
788788```
789789
@@ -803,9 +803,10 @@ Windows 環境では MIDI-OX を使うとよいでしょう。
803803## buzzer を使う
804804
805805※この例を試すには他励ブザーが必要です
806- ※ EX01 と 3V3 間にブザーをつないでください。
806+ ※ EX01 と 3V3 間にブザーをつないでください。 表面を上にして、上段の左端とひとつあけて左から3番目にブザーを接続します。
807807
808808![ ] ( ./images/22_buzzer.jpg )
809+ ![ ] ( ./images/22_buzzer_position.jpg ) )
809810
810811ブザーを鳴らす方法はいろいろありますが、ここでは PWM を使用します。
811812TinyGo で PWM を使用する場合、マイコン毎の設定が若干残っていることに注意が必要です。
@@ -863,6 +864,10 @@ func main() {
863864}
864865```
865866
867+ ``` shell
868+ $ tinygo flash --target waveshare-rp2040-zero --size short ./22_buzzer/
869+ ```
870+
866871* 他励ブザーの例
867872 * https://akizukidenshi.com/catalog/g/g104118/
868873* 参考ソース
You can’t perform that action at this time.
0 commit comments