[U] Update channel content
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2023-03-23T16:03:33.644272+00:00</updated>
|
||||
<updated>2023-03-23T18:03:42.733583+00:00</updated>
|
||||
<link href="https://aza.moe/life" rel="alternate"/>
|
||||
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
|
||||
<logo>https://aza.moe/meru_256px.png</logo>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -24899,7 +24899,7 @@
|
||||
"id": 1873,
|
||||
"date": "2023-02-22T04:40:17",
|
||||
"text": "直播一会钢琴 qwq <a href=\"https://cast.hydev.org\">https://cast.hydev.org</a>",
|
||||
"views": 75,
|
||||
"views": 76,
|
||||
"forwards": 3
|
||||
},
|
||||
{
|
||||
@@ -25489,7 +25489,7 @@
|
||||
"id": 1916,
|
||||
"date": "2023-03-09T22:28:41",
|
||||
"text": "写了一个 telnet 协议的 ascii 动画!(花了一整天又没什么用,但是好好玩ww\n\ntldr: 用指令 <code>telnet hydev.org</code> 连接哦。记得用一个好用一点的终端,比如 kitty / iTerm2\n\n把过程写下来放到主页上面啦,<a href=\"https://aza.moe/blog?post=2023-03-09-Telnet-Game\">在这里</a>",
|
||||
"views": 71,
|
||||
"views": 72,
|
||||
"forwards": 1,
|
||||
"files": [
|
||||
{
|
||||
@@ -26230,7 +26230,7 @@
|
||||
"id": 1967,
|
||||
"date": "2023-03-23T11:21:51",
|
||||
"text": "WS2812 灯真是一个超天才的设计\n\n众所周知一个全彩灯需要三个引脚,分别控制 RGB。假如我想要连 20 个 LED 灯,直接连需要 60 个输出口。可是我的开发板一共只有 48 个输出口,怎么办呢?\n\nWS2812 的解决方案是把时序电路做在每个灯上,顺序读取代表着 RGB 颜色的 24 位之后存起来,再把接下来的数据全部传给下一个灯,一个一个传下去,直到收到「重置」信号再从头开始更新自己的颜色。\n\n这样只用一个输出口就可以单独控制∞个灯的颜色了哇,好厉害!(虽然接太多的话更新速度会慢hhh",
|
||||
"views": 17,
|
||||
"views": 18,
|
||||
"forwards": 1,
|
||||
"images": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Thu, 23 Mar 2023 16:03:33 +0000</lastBuildDate>
|
||||
<lastBuildDate>Thu, 23 Mar 2023 18:03:42 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #1967</title>
|
||||
<link>https://aza.moe/life?post=1967</link>
|
||||
|
||||
Reference in New Issue
Block a user