{"id":398,"date":"2021-10-20T21:09:00","date_gmt":"2021-10-20T13:09:00","guid":{"rendered":"http:\/\/hower.forwebs.net\/robot\/?p=398"},"modified":"2021-11-08T08:31:12","modified_gmt":"2021-11-08T00:31:12","slug":"%e7%84%a1%e6%ba%90%e8%9c%82%e9%b3%b4%e5%99%a8","status":"publish","type":"post","link":"https:\/\/hower.forwebs.net\/robot\/archives\/398","title":{"rendered":"\u7121\u6e90\u8702\u9cf4\u5668+\u9663\u5217"},"content":{"rendered":"\n<p>\u9019\u9846\u6709\u9ede\u5435\uff0c\u8072\u97f3\u4e0d\u662f\u5f88\u597d\u807d\uff0c<\/p>\n\n\n\n<p>\u7d14\u7cb9\u7df4\u7fd2\u7a0b\u5f0f\u78bc\uff0c\u4ee5\u5f8c\u8981\u7642\u7652\u60c5\u7dd2\uff0c\u53ef\u4ee5\u8003\u616e\u63a5\u500b\u597d\u4e00\u9ede\u7684\u5587\u53ed<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>\u5c07\u7121\u6e90\u8702\u9cf4\u5668\u63a5\u5728D9\uff0c\u4ee5\u4e0b\u70ba\u96fb\u8a71\u9234\u8072\u7bc4\u4f8b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>int buzzerPin=9;\n\nvoid setup() {\n pinMode(buzzerPin, OUTPUT);\n }\n\nvoid loop() {\n  ringTone(buzzerPin);  \n  }\n\nvoid ringTone(int pin) {\n  for (int i=0; i&lt;10; i++) { \/\/repeat 10 times\n    tone(pin, 1000);\n    delay(50);\n    tone(pin, 500);\n    delay(50);\n    }\n  noTone(pin);\n  delay(2000);\n  }<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>\u4f7f\u7528\u51fd\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#define E5 659\n#define C5 523\n#define G5 784\nint buzzerPin=9;\n\nvoid setup() {\n pinMode(buzzerPin, OUTPUT);\n mario(buzzerPin);\n}\n\n\nvoid loop() {\n}\n\n\nvoid mario(int pin) {\n  tone(pin, E5, 150);  \/\/E5\n  delay(150);  \/\/pause for key transition\n  tone(pin, E5, 150);  \/\/E5\n  delay(150);  \/\/pause for key transition\n  tone(pin, E5, 150);  \/\/E5\n  delay(150);  \/\/pause for key transition\n  delay(150);  \/\/pause for a Quarter rest (1\/4)\n  tone(pin, C5, 150);  \/\/C5\n  delay(150);  \/\/pause for key transition\n  tone(pin, E5, 150);\n  delay(150);  \/\/pause for key transition\n  delay(150);  \/\/pause for a Quarter rest (1\/4)\n  tone(pin, G5, 150);  \/\/G5\n  delay(3000);\n  }<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>\u4f7f\u7528\u7bc4\u4f8b\u97f3\u6a02\uff0c\u5b78\u7fd2\u4e00\u7dad\u9663\u5217\uff0c<\/p>\n\n\n\n<p>\u6ce8\u610f\u7528\u96d9\u5f15\u865f\u532f\u5165\uff0c \u5167\u5efa\u51fd\u5f0f\u5eab\u662f\u7528\u89d2\u62ec\u865f<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"953\" height=\"964\" src=\"http:\/\/hower.forwebs.net\/robot\/wp-content\/uploads\/sites\/2\/2021\/11\/image.png\" alt=\"\" class=\"wp-image-446\" srcset=\"https:\/\/hower.forwebs.net\/robot\/wp-content\/uploads\/sites\/2\/2021\/11\/image.png 953w, https:\/\/hower.forwebs.net\/robot\/wp-content\/uploads\/sites\/2\/2021\/11\/image-297x300.png 297w, https:\/\/hower.forwebs.net\/robot\/wp-content\/uploads\/sites\/2\/2021\/11\/image-768x777.png 768w, https:\/\/hower.forwebs.net\/robot\/wp-content\/uploads\/sites\/2\/2021\/11\/image-80x80.png 80w\" sizes=\"(max-width: 953px) 100vw, 953px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>\u4e0a\u7db2\u627e\u81ea\u5df1\u559c\u6b61\u7684\u66f2\u5b50<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n","protected":false},"excerpt":{"rendered":"<p>\u9019\u9846\u6709\u9ede\u5435\uff0c\u8072\u97f3\u4e0d\u662f\u5f88\u597d\u807d\uff0c \u7d14\u7cb9\u7df4\u7fd2\u7a0b\u5f0f\u78bc\uff0c\u4ee5\u5f8c\u8981\u7642\u7652\u60c5\u7dd2\uff0c\u53ef\u4ee5\u8003&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":407,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/posts\/398"}],"collection":[{"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/comments?post=398"}],"version-history":[{"count":15,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/posts\/398\/revisions"}],"predecessor-version":[{"id":481,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/posts\/398\/revisions\/481"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/media\/407"}],"wp:attachment":[{"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/media?parent=398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/categories?post=398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hower.forwebs.net\/robot\/wp-json\/wp\/v2\/tags?post=398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}