文件名称:Demo_62_OneWire_LoLevel
-
所属分类:
- 标签属性:
- 上传时间:2016-10-11
-
文件大小:263.22kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
What is it?
• Protocol: to digitally communicate over twisted-pair cable with 1-Wire components over a 1-Wire network
• network is defined with an open-drain (wired-AND) master/slave multidrop architecture with resistor pull-up to a nominal 5V supply at the master
• 1-Wire net’s 3 components:
1. a bus master with controlling software (e.g. TMEX™ iButton® viewer)
2. wiring and associated connectors
3. 1-Wire devices
-What is it?
• Protocol: to digitally communicate over twisted-pair cable with 1-Wire components over a 1-Wire network
• network is defined with an open-drain (wired-AND) master/slave multidrop architecture with resistor pull-up to a nominal 5V supply at the master
• 1-Wire net’s 3 components:
1. a bus master with controlling software (e.g. TMEX™ iButton® viewer)
2. wiring and associated connectors
3. 1-Wire devices
• Protocol: to digitally communicate over twisted-pair cable with 1-Wire components over a 1-Wire network
• network is defined with an open-drain (wired-AND) master/slave multidrop architecture with resistor pull-up to a nominal 5V supply at the master
• 1-Wire net’s 3 components:
1. a bus master with controlling software (e.g. TMEX™ iButton® viewer)
2. wiring and associated connectors
3. 1-Wire devices
-What is it?
• Protocol: to digitally communicate over twisted-pair cable with 1-Wire components over a 1-Wire network
• network is defined with an open-drain (wired-AND) master/slave multidrop architecture with resistor pull-up to a nominal 5V supply at the master
• 1-Wire net’s 3 components:
1. a bus master with controlling software (e.g. TMEX™ iButton® viewer)
2. wiring and associated connectors
3. 1-Wire devices
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Demo_62_OneWire_LoLevel/
Demo_62_OneWire_LoLevel/cmsis/
Demo_62_OneWire_LoLevel/cmsis/core_cm4.h
Demo_62_OneWire_LoLevel/cmsis/core_cm4_simd.h
Demo_62_OneWire_LoLevel/cmsis/core_cmFunc.h
Demo_62_OneWire_LoLevel/cmsis/core_cmInstr.h
Demo_62_OneWire_LoLevel/cmsis_boot/
Demo_62_OneWire_LoLevel/cmsis_boot/startup/
Demo_62_OneWire_LoLevel/cmsis_boot/startup/startup_stm32f4xx.c
Demo_62_OneWire_LoLevel/cmsis_boot/stm32f4xx.h
Demo_62_OneWire_LoLevel/cmsis_boot/stm32f4xx_conf.h
Demo_62_OneWire_LoLevel/cmsis_boot/system_stm32f4xx.c
Demo_62_OneWire_LoLevel/cmsis_boot/system_stm32f4xx.h
Demo_62_OneWire_LoLevel/cmsis_lib/
Demo_62_OneWire_LoLevel/cmsis_lib/include/
Demo_62_OneWire_LoLevel/cmsis_lib/include/misc.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_gpio.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_rcc.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_tim.h
Demo_62_OneWire_LoLevel/cmsis_lib/source/
Demo_62_OneWire_LoLevel/cmsis_lib/source/misc.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_gpio.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_rcc.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_tim.c
Demo_62_OneWire_LoLevel/Demo_62/
Demo_62_OneWire_LoLevel/Demo_62/Debug/
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.bin
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.elf
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.hex
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.map
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/history.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/dependencies.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/history.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/main.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/misc.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/printf.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/startup_stm32f4xx.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_gpio.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_rcc.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_tim.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32_ub_led.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32_ub_onewire.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/syscalls.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/system_stm32f4xx.o
Demo_62_OneWire_LoLevel/Demo_62/Demo_62.elf.xcodeproj/
Demo_62_OneWire_LoLevel/Demo_62/Demo_62.elf.xcodeproj/project.pbxproj
Demo_62_OneWire_LoLevel/Demo_62.cogui
Demo_62_OneWire_LoLevel/Demo_62.comarker
Demo_62_OneWire_LoLevel/Demo_62.coproj
Demo_62_OneWire_LoLevel/main.c
Demo_62_OneWire_LoLevel/main.h
Demo_62_OneWire_LoLevel/stdio/
Demo_62_OneWire_LoLevel/stdio/printf.c
Demo_62_OneWire_LoLevel/syscalls/
Demo_62_OneWire_LoLevel/syscalls/syscalls.c
Demo_62_OneWire_LoLevel/ub_lib/
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_led.c
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_led.h
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_onewire.c
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_onewire.h
Demo_62_OneWire_LoLevel/cmsis/
Demo_62_OneWire_LoLevel/cmsis/core_cm4.h
Demo_62_OneWire_LoLevel/cmsis/core_cm4_simd.h
Demo_62_OneWire_LoLevel/cmsis/core_cmFunc.h
Demo_62_OneWire_LoLevel/cmsis/core_cmInstr.h
Demo_62_OneWire_LoLevel/cmsis_boot/
Demo_62_OneWire_LoLevel/cmsis_boot/startup/
Demo_62_OneWire_LoLevel/cmsis_boot/startup/startup_stm32f4xx.c
Demo_62_OneWire_LoLevel/cmsis_boot/stm32f4xx.h
Demo_62_OneWire_LoLevel/cmsis_boot/stm32f4xx_conf.h
Demo_62_OneWire_LoLevel/cmsis_boot/system_stm32f4xx.c
Demo_62_OneWire_LoLevel/cmsis_boot/system_stm32f4xx.h
Demo_62_OneWire_LoLevel/cmsis_lib/
Demo_62_OneWire_LoLevel/cmsis_lib/include/
Demo_62_OneWire_LoLevel/cmsis_lib/include/misc.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_gpio.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_rcc.h
Demo_62_OneWire_LoLevel/cmsis_lib/include/stm32f4xx_tim.h
Demo_62_OneWire_LoLevel/cmsis_lib/source/
Demo_62_OneWire_LoLevel/cmsis_lib/source/misc.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_gpio.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_rcc.c
Demo_62_OneWire_LoLevel/cmsis_lib/source/stm32f4xx_tim.c
Demo_62_OneWire_LoLevel/Demo_62/
Demo_62_OneWire_LoLevel/Demo_62/Debug/
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.bin
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.elf
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.hex
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/Demo_62.map
Demo_62_OneWire_LoLevel/Demo_62/Debug/bin/history.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/dependencies.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/history.xml
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/main.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/misc.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/printf.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/startup_stm32f4xx.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_gpio.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_rcc.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32f4xx_tim.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32_ub_led.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/stm32_ub_onewire.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/syscalls.o
Demo_62_OneWire_LoLevel/Demo_62/Debug/obj/system_stm32f4xx.o
Demo_62_OneWire_LoLevel/Demo_62/Demo_62.elf.xcodeproj/
Demo_62_OneWire_LoLevel/Demo_62/Demo_62.elf.xcodeproj/project.pbxproj
Demo_62_OneWire_LoLevel/Demo_62.cogui
Demo_62_OneWire_LoLevel/Demo_62.comarker
Demo_62_OneWire_LoLevel/Demo_62.coproj
Demo_62_OneWire_LoLevel/main.c
Demo_62_OneWire_LoLevel/main.h
Demo_62_OneWire_LoLevel/stdio/
Demo_62_OneWire_LoLevel/stdio/printf.c
Demo_62_OneWire_LoLevel/syscalls/
Demo_62_OneWire_LoLevel/syscalls/syscalls.c
Demo_62_OneWire_LoLevel/ub_lib/
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_led.c
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_led.h
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_onewire.c
Demo_62_OneWire_LoLevel/ub_lib/stm32_ub_onewire.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.