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
210
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Walnuts
August 09, 2023
Tweet
Share
More Decks by Walnuts
See All by Walnuts
プログラミングサークルの新歓を支える技術
walnuts1018
1
260
Go言語でLINE Botをつくろう!
walnuts1018
0
370
Featured
See All Featured
Faster Mobile Websites
deanohume
304
30k
How STYLIGHT went responsive
nonsquared
93
5.1k
GitHub's CSS Performance
jonrohan
1029
450k
Building a Modern Day E-commerce SEO Strategy
aleyda
35
6.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
KATA
mclloyd
27
13k
Building an army of robots
kneath
302
42k
Intergalactic Javascript Robots from Outer Space
tanoku
268
26k
Fantastic passwords and where to find them - at NoRuKo
philnash
48
2.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
21
3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
29
2.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
401
65k
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(); } }
• •
• •
•
• • •
• • • • •