{"blog_title":"\u9ce5\u306e\u5de3\u7bb1","version":"1.0","provider_name":"Hatena Blog","author_name":"tsubakurame-1913","height":"190","blog_url":"https://birdhouse.hateblo.jp/","author_url":"https://blog.hatena.ne.jp/tsubakurame-1913/","width":"100%","provider_url":"https://hatena.blog","type":"rich","published":"2021-04-05 16:08:44","categories":["Programing","Programing-Python"],"image_url":null,"description":"\u4e00\u3064\u306e\u554f\u984c\u3067\u3059\u3002 \u3088\u304f\u3042\u308bRaspberry Pi\u306eGPIO\u3092\u5236\u5fa1\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002 \u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u304c\u3042\u3063\u3066 import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BOARD) GPIO.setup(13, GPIO.OUT) while True: GPIO.output(13, True) time.sleep(1) GPIO.output(13, False) time.sleep(1) GPIO.cleanup() \u3053\u308c\u3092\u5b9f\u884c\u4e2d\u306b\u3001Ctrl-C\u3084kill\u306a\u3069\u3067\u505c\u6b62\u3055\u305b\u305f\u5834\u5408\u3001GPIO.cleanup()\u306f\u5b9f\u884c\u3055\u308c\u308b\u3067\u3057\u3087\u2026","title":"Python\u3067\u7d42\u4e86\u51e6\u7406\u3092\u5b9f\u884c\u3055\u305b\u308b","url":"https://birdhouse.hateblo.jp/entry/2021/04/05/160844","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbirdhouse.hateblo.jp%2Fentry%2F2021%2F04%2F05%2F160844\" title=\"Python\u3067\u7d42\u4e86\u51e6\u7406\u3092\u5b9f\u884c\u3055\u305b\u308b - \u9ce5\u306e\u5de3\u7bb1\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>"}