01 2022 档案

摘要:https://blog.csdn.net/u013542549/article/details/78688923 对于RFID-RC522 模块的读写操作【Arduino】 Along技术家 2017-12-01 17:36:10 93582 收藏 245分类专栏: Arduino 文章标签: A 阅读全文
posted @ 2022-01-10 11:28 大块头 阅读(674) 评论(0) 推荐(0)
摘要:http://www.basemu.com/nodemcu-gpio-interface.html Nodemcu的GPIO接口介绍 通用输入/输出(GPIO)是集成电路上的一个引脚功能,它既可以是输入引脚,也可以是输出引脚,这些功能均可以在编写程序时进行控制。 NodeMCU的开发工具包( Dev 阅读全文
posted @ 2022-01-10 11:24 大块头 阅读(688) 评论(0) 推荐(0)
摘要:@ECHO offset LM_LICENSE_FILE=xxxx@xxxxx.xx.xxset MS_ROOTDIR=C:\intelFPGA\18.1\modelsim_aseset QUARTUS_ROOTDIR=C:\intelFPGA\18.1\quartusset path=%path% 阅读全文
posted @ 2022-01-07 10:20 大块头 阅读(51) 评论(0) 推荐(0)
摘要:quit -simif [ file exists work ] {vdel -all} vlib workvmap work workvlog -work work "*.v" vsim -novopt work.testview waveadd wave *#add wave -position 阅读全文
posted @ 2022-01-07 10:18 大块头 阅读(37) 评论(0) 推荐(0)
摘要:#include <OneWire.h>#include <DallasTemperature.h> // Data wire is plugged into port 2 on the Arduino#define ONE_WIRE_BUS 11#define jdq 12#define TEMP 阅读全文
posted @ 2022-01-01 14:36 大块头 阅读(154) 评论(0) 推荐(0)