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
230
ESP32と赤外線LEDを用いて エアコンを遠隔操作する
Walnuts
August 09, 2023
Tweet
Share
More Decks by Walnuts
See All by Walnuts
プログラミングサークルの新歓を支える技術
walnuts1018
1
300
Go言語でLINE Botをつくろう!
walnuts1018
0
480
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
53
9k
Why Our Code Smells
bkeepers
PRO
334
57k
Designing for humans not robots
tammielis
249
25k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
The Power of CSS Pseudo Elements
geoffreycrofte
72
5.3k
Faster Mobile Websites
deanohume
304
30k
For a Future-Friendly Web
brad_frost
175
9.4k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
46
2.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
664
120k
Keith and Marios Guide to Fast Websites
keithpitt
408
22k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
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(); } }
• •
• •
•
• • •
• • • • •