上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: ##试题 ##代码部分 ZigbeeA - rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mcu.h" #include "hal_board.h" #include 阅读全文
posted @ 2021-11-10 11:23 yassine 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ##试题 ##Main.c #include <ioCC2530.h> #define uint16 unsigned int #define uint8 unsigned char uint8 ledArray[2] = {0x05, 0x06}; uint8 ledCount; uint16 c 阅读全文
posted @ 2021-11-09 14:23 yassine 阅读(265) 评论(0) 推荐(0) 编辑
摘要: ##试题 ##注意 分为两个项目便于管理(当然如果开发经验颇深,不分的话小试题也不会乱) 基于BasicRF无线点对点框架简单完成试题 ##主要部分 ###第一个项目ZigbeeA rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #inc 阅读全文
posted @ 2021-11-08 19:46 yassine 阅读(248) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2413946/202111/2413946-20211103163923163-1585741993.png) 阅读全文
posted @ 2021-11-03 16:40 yassine 阅读(258) 评论(0) 推荐(0) 编辑
摘要: ##实验耗材 开发板x2,天线x2,串口转USB线x1,仿真器x1,排线x1,USB线x1,电源线x2 ##代码部分rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mc 阅读全文
posted @ 2021-11-03 16:39 yassine 阅读(513) 评论(0) 推荐(0) 编辑
摘要: ##使用IAR打开TI提供的BasicRF资源项目 资源链接:百度网盘 提取码: 6aeu 资源项目列表如下: ##rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mc 阅读全文
posted @ 2021-11-03 16:19 yassine 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 例如: #include <ioCC2530.h> #define Key1 P1_2 void DelayMs(unsigned int duration) { unsigned int i, j; for(i = 0; i < duration; i++) for(j = 0; j < 535; 阅读全文
posted @ 2021-11-02 19:36 yassine 阅读(222) 评论(0) 推荐(0) 编辑
摘要: ##利用优启通PE清楚开机密码 ClickEnter ##优启通PE启动盘制作 ClickEnter ##不会制作可以看下面这个教程↓↓↓ ClickEnter 阅读全文
posted @ 2021-10-27 19:04 yassine 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: 问:如何通过代码来控制PostProcessVolume里的参数 Modifying the new Post-Processing Stack through code? - Unity Answers 这个问答里2020年4月8日warpfx的那个回答,正解! 项目URP,PostProcess 阅读全文
posted @ 2021-10-25 15:45 yassine 阅读(685) 评论(0) 推荐(0) 编辑
摘要: ##AES.cs代码如下: using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace Utils { /// <summary> /// AES加密解密 /// </ 阅读全文
posted @ 2021-10-20 20:11 yassine 阅读(993) 评论(1) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页