<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>relativelayout</author_name>
  <author_url>https://blog.hatena.ne.jp/relativelayout/</author_url>
  <blog_title>Androidのメモとか</blog_title>
  <blog_url>https://relativelayout.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>メモメモ。 tl;dr とりあえず、これが一番簡単そう。 from machine import Neopixel led_pin = 15 led_num = 10 leds = Neopixel(led_pin, led_num) for i in range(led_num): leds.set(i + 1, 0xff0000) ピンは15番っぽい LEDはNeoPixelのアレで、左右に5個ずつ、計10個ある LEDを光らせるにはひとつずつset()していく LEDの番号は0始まりではなく、なぜか1始まりっぽい 色はRGBをHEXで指定 LEDを光らせるには 公式のREADMEは多分こ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frelativelayout.hatenablog.com%2Fentry%2F2018%2F08%2F15%2F133446&quot; title=&quot;M5Stack FIREのLEDをMicroPythonで光らせたときのメモ - Androidのメモとか&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-ak2.f.st-hatena.com/images/fotolife/r/relativelayout/20010329/20010329071800.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-08-15 13:34:46</published>
  <title>M5Stack FIREのLEDをMicroPythonで光らせたときのメモ</title>
  <type>rich</type>
  <url>https://relativelayout.hatenablog.com/entry/2018/08/15/133446</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
