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
260
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Walnuts
August 09, 2023
Tweet
Share
More Decks by Walnuts
See All by Walnuts
プログラミングサークルの新歓を支える技術
walnuts1018
1
360
Go言語でLINE Botをつくろう!
walnuts1018
0
660
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
67
11k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Automating Front-end Workflow
addyosmani
1367
200k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Practical Orchestrator
shlominoach
186
10k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
A Tale of Four Properties
chriscoyier
158
23k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
RailsConf 2023
tenderlove
29
1k
We Have a Design System, Now What?
morganepeng
51
7.4k
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(); } }
• •
• •
•
• • •
• • • • •