基本信息
源码名称:SX1280实例
源码大小:3.71M
文件格式:.rar
开发语言:C/C++
更新时间:2021-12-14
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
SX1280实例
.
├── sx1280-PIC32MM实例.X
│ ├── Makefile
│ ├── MyConfig.mc3
│ ├── PIC32MM0256GPM06--Cn.pdf
│ ├── build
│ │ └── default
│ │ ├── debug
│ │ │ ├── delay.o
│ │ │ ├── delay.o.d
│ │ │ ├── main.o
│ │ │ ├── main.o.d
│ │ │ ├── mcc_generated_files
│ │ │ │ ├── clock.o
│ │ │ │ ├── clock.o.d
│ │ │ │ ├── exceptions.o
│ │ │ │ ├── exceptions.o.d
│ │ │ │ ├── i2c1.o
│ │ │ │ ├── i2c1.o.d
│ │ │ │ ├── interrupt_manager.o
│ │ │ │ ├── interrupt_manager.o.d
│ │ │ │ ├── mcc.o
│ │ │ │ ├── mcc.o.d
│ │ │ │ ├── pin_manager.o
│ │ │ │ ├── pin_manager.o.d
│ │ │ │ ├── spi2.o
│ │ │ │ ├── spi2.o.d
│ │ │ │ ├── spi3.o
│ │ │ │ ├── spi3.o.d
│ │ │ │ ├── system.o
│ │ │ │ └── system.o.d
│ │ │ ├── sx1280-hal.o
│ │ │ ├── sx1280-hal.o.d
│ │ │ ├── sx1280.o
│ │ │ └── sx1280.o.d
│ │ └── production
│ │ ├── delay.o
│ │ ├── delay.o.d
│ │ ├── main.o
│ │ ├── main.o.d
│ │ ├── mcc_generated_files
│ │ │ ├── clock.o
│ │ │ ├── clock.o.d
│ │ │ ├── exceptions.o
│ │ │ ├── exceptions.o.d
│ │ │ ├── i2c1.o
│ │ │ ├── i2c1.o.d
│ │ │ ├── interrupt_manager.o
│ │ │ ├── interrupt_manager.o.d
│ │ │ ├── mcc.o
│ │ │ ├── mcc.o.d
│ │ │ ├── pin_manager.o
│ │ │ ├── pin_manager.o.d
│ │ │ ├── spi2.o
│ │ │ ├── spi2.o.d
│ │ │ ├── spi3.o
│ │ │ ├── spi3.o.d
│ │ │ ├── system.o
│ │ │ └── system.o.d
│ │ ├── sx1280-hal.o
│ │ ├── sx1280-hal.o.d
│ │ ├── sx1280.o
│ │ └── sx1280.o.d
│ ├── debug
│ │ └── default
│ ├── delay.c
│ ├── delay.h
│ ├── dist
│ │ └── default
│ │ ├── debug
│ │ │ ├── PIC32MM.X.debug.elf
│ │ │ ├── PIC32MM.X.debug.map
│ │ │ └── memoryfile.xml
│ │ └── production
│ │ ├── PIC32MM.X.production.elf
│ │ ├── PIC32MM.X.production.hex
│ │ ├── PIC32MM.X.production.map
│ │ └── memoryfile.xml
│ ├── main.c
│ ├── mcc_generated_files
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── exceptions.c
│ │ ├── exceptions.h
│ │ ├── i2c1.c
│ │ ├── i2c1.h
│ │ ├── interrupt_manager.c
│ │ ├── interrupt_manager.h
│ │ ├── mcc.c
│ │ ├── mcc.h
│ │ ├── pin_manager.c
│ │ ├── pin_manager.h
│ │ ├── spi2.c
│ │ ├── spi2.h
│ │ ├── spi3.c
│ │ ├── spi3.h
│ │ ├── system.c
│ │ ├── system.h
│ │ └── watchdog.h
│ ├── nbproject
│ │ ├── Makefile-default.mk
│ │ ├── Makefile-genesis.properties
│ │ ├── Makefile-impl.mk
│ │ ├── Makefile-local-default.mk
│ │ ├── Makefile-variables.mk
│ │ ├── Package-default.bash
│ │ ├── configurations.xml
│ │ ├── private
│ │ │ ├── configurations.xml
│ │ │ └── private.xml
│ │ └── project.xml
│ ├── pinmap.png
│ ├── sx1280 - h改.h
│ ├── sx1280-hal.c
│ ├── sx1280-hal.h
│ ├── sx1280.c
│ └── sx1280.h
└── 好例子网_sx1280-PIC32MM实例.X.rar
16 directories, 101 files
SX1280实例
.
├── sx1280-PIC32MM实例.X
│ ├── Makefile
│ ├── MyConfig.mc3
│ ├── PIC32MM0256GPM06--Cn.pdf
│ ├── build
│ │ └── default
│ │ ├── debug
│ │ │ ├── delay.o
│ │ │ ├── delay.o.d
│ │ │ ├── main.o
│ │ │ ├── main.o.d
│ │ │ ├── mcc_generated_files
│ │ │ │ ├── clock.o
│ │ │ │ ├── clock.o.d
│ │ │ │ ├── exceptions.o
│ │ │ │ ├── exceptions.o.d
│ │ │ │ ├── i2c1.o
│ │ │ │ ├── i2c1.o.d
│ │ │ │ ├── interrupt_manager.o
│ │ │ │ ├── interrupt_manager.o.d
│ │ │ │ ├── mcc.o
│ │ │ │ ├── mcc.o.d
│ │ │ │ ├── pin_manager.o
│ │ │ │ ├── pin_manager.o.d
│ │ │ │ ├── spi2.o
│ │ │ │ ├── spi2.o.d
│ │ │ │ ├── spi3.o
│ │ │ │ ├── spi3.o.d
│ │ │ │ ├── system.o
│ │ │ │ └── system.o.d
│ │ │ ├── sx1280-hal.o
│ │ │ ├── sx1280-hal.o.d
│ │ │ ├── sx1280.o
│ │ │ └── sx1280.o.d
│ │ └── production
│ │ ├── delay.o
│ │ ├── delay.o.d
│ │ ├── main.o
│ │ ├── main.o.d
│ │ ├── mcc_generated_files
│ │ │ ├── clock.o
│ │ │ ├── clock.o.d
│ │ │ ├── exceptions.o
│ │ │ ├── exceptions.o.d
│ │ │ ├── i2c1.o
│ │ │ ├── i2c1.o.d
│ │ │ ├── interrupt_manager.o
│ │ │ ├── interrupt_manager.o.d
│ │ │ ├── mcc.o
│ │ │ ├── mcc.o.d
│ │ │ ├── pin_manager.o
│ │ │ ├── pin_manager.o.d
│ │ │ ├── spi2.o
│ │ │ ├── spi2.o.d
│ │ │ ├── spi3.o
│ │ │ ├── spi3.o.d
│ │ │ ├── system.o
│ │ │ └── system.o.d
│ │ ├── sx1280-hal.o
│ │ ├── sx1280-hal.o.d
│ │ ├── sx1280.o
│ │ └── sx1280.o.d
│ ├── debug
│ │ └── default
│ ├── delay.c
│ ├── delay.h
│ ├── dist
│ │ └── default
│ │ ├── debug
│ │ │ ├── PIC32MM.X.debug.elf
│ │ │ ├── PIC32MM.X.debug.map
│ │ │ └── memoryfile.xml
│ │ └── production
│ │ ├── PIC32MM.X.production.elf
│ │ ├── PIC32MM.X.production.hex
│ │ ├── PIC32MM.X.production.map
│ │ └── memoryfile.xml
│ ├── main.c
│ ├── mcc_generated_files
│ │ ├── clock.c
│ │ ├── clock.h
│ │ ├── exceptions.c
│ │ ├── exceptions.h
│ │ ├── i2c1.c
│ │ ├── i2c1.h
│ │ ├── interrupt_manager.c
│ │ ├── interrupt_manager.h
│ │ ├── mcc.c
│ │ ├── mcc.h
│ │ ├── pin_manager.c
│ │ ├── pin_manager.h
│ │ ├── spi2.c
│ │ ├── spi2.h
│ │ ├── spi3.c
│ │ ├── spi3.h
│ │ ├── system.c
│ │ ├── system.h
│ │ └── watchdog.h
│ ├── nbproject
│ │ ├── Makefile-default.mk
│ │ ├── Makefile-genesis.properties
│ │ ├── Makefile-impl.mk
│ │ ├── Makefile-local-default.mk
│ │ ├── Makefile-variables.mk
│ │ ├── Package-default.bash
│ │ ├── configurations.xml
│ │ ├── private
│ │ │ ├── configurations.xml
│ │ │ └── private.xml
│ │ └── project.xml
│ ├── pinmap.png
│ ├── sx1280 - h改.h
│ ├── sx1280-hal.c
│ ├── sx1280-hal.h
│ ├── sx1280.c
│ └── sx1280.h
└── 好例子网_sx1280-PIC32MM实例.X.rar
16 directories, 101 files