<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>irieda</author_name>
  <author_url>https://blog.hatena.ne.jp/irieda/</author_url>
  <blog_title>スイッチサイエンス 開発者ブログ</blog_title>
  <blog_url>https://tech.144lab.com/</blog_url>
  <categories>
  </categories>
  <description>現在の状況 執筆時点(2021-04-13)で公式のArduinoCoreサポートにRaspberryPi-Picoが追加されまています。その環境のセットアップとサンプルコードを動かしてみます。 サンプルコード int led = LED_BUILTIN; void setup() { Serial.begin(115200); pinMode(led, OUTPUT); } void loop() { digitalWrite(led, 1); delay(200); digitalWrite(led, 0); delay(200); } arduino-cliを使う方法 macOSの場合で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.144lab.com%2Fentry%2Frpi-pico-arduino&quot; title=&quot;RaspberryPi-PicoをArduinoで動かす - スイッチサイエンス 開発者ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/i/irieda/20210414/20210414085437.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-04-14 08:54:48</published>
  <title>RaspberryPi-PicoをArduinoで動かす</title>
  <type>rich</type>
  <url>https://tech.144lab.com/entry/rpi-pico-arduino</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
