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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Walnuts
August 09, 2023
0
390
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Walnuts
August 09, 2023
Tweet
Share
More Decks by Walnuts
See All by Walnuts
Cloud Native 技術をフル活用!壊して学ぶ自宅サーバーのバックアップ戦略!
walnuts1018
0
69
プログラミングサークルの新歓を支える技術
walnuts1018
1
540
Go言語でLINE Botをつくろう!
walnuts1018
0
1.1k
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
Navigating Team Friction
lara
192
16k
Utilizing Notion as your number one productivity tool
mfonobong
4
250
Fireside Chat
paigeccino
42
3.8k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
300
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
230
Evolving SEO for Evolving Search Engines
ryanjones
0
150
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
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(); } }
• •
• •
•
• • •
• • • • •