文件名称:crazyradio-firmware-0.53
介绍说明--下载内容来自于网络,使用问题请自行百度
# Bitcraze Crazyradio dongle
Source code and tools for the Bitcraze Crazyradio USB dongle.
See http://wiki.bitcraze.se/projects:crazyradio:index for more information about
Crazyradio and the USB protocol used.
Folders content:
- Firmware: The firmware source code
- nrfProg: SPI programmer that uses jtagkey USB addapter
- usb_tools: Python scr ipts to reset and bootload Crazyradio command line
- lib: Software libraries to use Crazyradio with Pyton
-# Bitcraze Crazyradio dongle
Source code and tools for the Bitcraze Crazyradio USB dongle.
See http://wiki.bitcraze.se/projects:crazyradio:index for more information about
Crazyradio and the USB protocol used.
Folders content:
- Firmware: The firmware source code
- nrfProg: SPI programmer that uses jtagkey USB addapter
- usb_tools: Python scr ipts to reset and bootload Crazyradio command line
- lib: Software libraries to use Crazyradio with Pyton
Source code and tools for the Bitcraze Crazyradio USB dongle.
See http://wiki.bitcraze.se/projects:crazyradio:index for more information about
Crazyradio and the USB protocol used.
Folders content:
- Firmware: The firmware source code
- nrfProg: SPI programmer that uses jtagkey USB addapter
- usb_tools: Python scr ipts to reset and bootload Crazyradio command line
- lib: Software libraries to use Crazyradio with Pyton
-# Bitcraze Crazyradio dongle
Source code and tools for the Bitcraze Crazyradio USB dongle.
See http://wiki.bitcraze.se/projects:crazyradio:index for more information about
Crazyradio and the USB protocol used.
Folders content:
- Firmware: The firmware source code
- nrfProg: SPI programmer that uses jtagkey USB addapter
- usb_tools: Python scr ipts to reset and bootload Crazyradio command line
- lib: Software libraries to use Crazyradio with Pyton
(系统自动生成,下载前可以参看下载内容)
下载文件列表
crazyradio-firmware-0.53/
crazyradio-firmware-0.53/.hgignore
crazyradio-firmware-0.53/.hgtags
crazyradio-firmware-0.53/README.md
crazyradio-firmware-0.53/firmware/
crazyradio-firmware-0.53/firmware/COPYRIGHT
crazyradio-firmware-0.53/firmware/LICENSE
crazyradio-firmware-0.53/firmware/Makefile
crazyradio-firmware-0.53/firmware/inc/
crazyradio-firmware-0.53/firmware/inc/led.h
crazyradio-firmware-0.53/firmware/inc/nRF24L01.h
crazyradio-firmware-0.53/firmware/inc/nRF24LU1p.h
crazyradio-firmware-0.53/firmware/inc/pinout.h
crazyradio-firmware-0.53/firmware/inc/ppm.h
crazyradio-firmware-0.53/firmware/inc/radio.h
crazyradio-firmware-0.53/firmware/inc/usb.h
crazyradio-firmware-0.53/firmware/inc/usbDescriptor.h
crazyradio-firmware-0.53/firmware/inc/utils.h
crazyradio-firmware-0.53/firmware/src/
crazyradio-firmware-0.53/firmware/src/led.c
crazyradio-firmware-0.53/firmware/src/main.c
crazyradio-firmware-0.53/firmware/src/ppm.c
crazyradio-firmware-0.53/firmware/src/radio.c
crazyradio-firmware-0.53/firmware/src/usb.c
crazyradio-firmware-0.53/firmware/src/usbDescriptor.c
crazyradio-firmware-0.53/firmware/src/utils.c
crazyradio-firmware-0.53/lib/
crazyradio-firmware-0.53/lib/crazyradio.py
crazyradio-firmware-0.53/nrfProg/
crazyradio-firmware-0.53/nrfProg/Makefile
crazyradio-firmware-0.53/nrfProg/README.md
crazyradio-firmware-0.53/nrfProg/commands.c
crazyradio-firmware-0.53/nrfProg/commands.h
crazyradio-firmware-0.53/nrfProg/nrfProg.c
crazyradio-firmware-0.53/nrfProg/nrfSpi.c
crazyradio-firmware-0.53/nrfProg/nrfSpi.h
crazyradio-firmware-0.53/usbtools/
crazyradio-firmware-0.53/usbtools/NrfUsbBootloader.py
crazyradio-firmware-0.53/usbtools/cradioFlasher.py
crazyradio-firmware-0.53/usbtools/cradioFlasher.ui
crazyradio-firmware-0.53/usbtools/generateCri.py
crazyradio-firmware-0.53/usbtools/launchBootloader.py
crazyradio-firmware-0.53/usbtools/nrfbootload.py
crazyradio-firmware-0.53/.hgignore
crazyradio-firmware-0.53/.hgtags
crazyradio-firmware-0.53/README.md
crazyradio-firmware-0.53/firmware/
crazyradio-firmware-0.53/firmware/COPYRIGHT
crazyradio-firmware-0.53/firmware/LICENSE
crazyradio-firmware-0.53/firmware/Makefile
crazyradio-firmware-0.53/firmware/inc/
crazyradio-firmware-0.53/firmware/inc/led.h
crazyradio-firmware-0.53/firmware/inc/nRF24L01.h
crazyradio-firmware-0.53/firmware/inc/nRF24LU1p.h
crazyradio-firmware-0.53/firmware/inc/pinout.h
crazyradio-firmware-0.53/firmware/inc/ppm.h
crazyradio-firmware-0.53/firmware/inc/radio.h
crazyradio-firmware-0.53/firmware/inc/usb.h
crazyradio-firmware-0.53/firmware/inc/usbDescriptor.h
crazyradio-firmware-0.53/firmware/inc/utils.h
crazyradio-firmware-0.53/firmware/src/
crazyradio-firmware-0.53/firmware/src/led.c
crazyradio-firmware-0.53/firmware/src/main.c
crazyradio-firmware-0.53/firmware/src/ppm.c
crazyradio-firmware-0.53/firmware/src/radio.c
crazyradio-firmware-0.53/firmware/src/usb.c
crazyradio-firmware-0.53/firmware/src/usbDescriptor.c
crazyradio-firmware-0.53/firmware/src/utils.c
crazyradio-firmware-0.53/lib/
crazyradio-firmware-0.53/lib/crazyradio.py
crazyradio-firmware-0.53/nrfProg/
crazyradio-firmware-0.53/nrfProg/Makefile
crazyradio-firmware-0.53/nrfProg/README.md
crazyradio-firmware-0.53/nrfProg/commands.c
crazyradio-firmware-0.53/nrfProg/commands.h
crazyradio-firmware-0.53/nrfProg/nrfProg.c
crazyradio-firmware-0.53/nrfProg/nrfSpi.c
crazyradio-firmware-0.53/nrfProg/nrfSpi.h
crazyradio-firmware-0.53/usbtools/
crazyradio-firmware-0.53/usbtools/NrfUsbBootloader.py
crazyradio-firmware-0.53/usbtools/cradioFlasher.py
crazyradio-firmware-0.53/usbtools/cradioFlasher.ui
crazyradio-firmware-0.53/usbtools/generateCri.py
crazyradio-firmware-0.53/usbtools/launchBootloader.py
crazyradio-firmware-0.53/usbtools/nrfbootload.py
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.