请问这段代码是什么意思呢?-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2565|回复: 2

请问这段代码是什么意思呢?

[复制链接]
发表于 2018-10-21 19:42 | 显示全部楼层 |阅读模式
void button1_callback(const String & state) {
    BLINKER_LOG2("get button state: ", state);
    digitalWrite(LED_BUILTIN, !digitalRead(LED_BUILTIN));

发表于 2018-10-22 10:59 | 显示全部楼层
发表于 2018-10-23 09:20 | 显示全部楼层
回调函数,执行结果是取反LED_BUILTIN
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 20:41 , Processed in 0.130004 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表