Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Search
Walnuts
August 09, 2023
0
240
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Walnuts
August 09, 2023
Tweet
Share
More Decks by Walnuts
See All by Walnuts
プログラミングサークルの新歓を支える技術
walnuts1018
1
330
Go言語でLINE Botをつくろう!
walnuts1018
0
580
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
5
450
Gamification - CAS2011
davidbonilla
80
5.1k
How to Ace a Technical Interview
jacobian
276
23k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Visualization
eitanlees
146
15k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
What's in a price? How to price your products and services
michaelherold
243
12k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
17
2.3k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Done Done
chrislema
181
16k
Transcript
2023/08/09 KMC 46th Walnuts
@walnuts1018 #walnuts-memo #kubernetes
• • • • •
• • • •
• • • • •
• • • • •
None
• • • •
• •
• void loop() { if (irrecv.decode(&results)) { if (results.overflow){ Serial.printf(D_WARN_BUFFERFULL
"¥n"); } Serial.print(resultToHumanReadableBasic(&results)); String description = IRAcUtils::resultAcToString(&results); if (description.length()){ Serial.println(D_STR_MESGDESC ": " + description); } Serial.println(); } }
• •
• •
•
• • •
• • • • •