-
液晶1602驱动程序
使用平台,单片机ATMEGAL16或者128,移植性强,用来驱动液晶1602显示数据或者文字,含有源代码,未封装,可以任意改变来实现自己的功能
- 2022-03-22 20:04:57下载
- 积分:1
-
蓝牙开发资料
资源描述TI的蓝牙4.0BLE协议栈为BLE-CC254x-1.4.0,
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-23 06:08:45下载
- 积分:1
-
USB键盘的C实现
*************************************************************************************
README.TXT: Application notes for the Cypress Keyboard Demonstration Firmware
This file contains some useful information regarding the organization of the
keyboard code contained in this distribution.
1. CODE ORGANIZATION
- 2023-01-22 12:30:04下载
- 积分:1
-
sourcecode at1307
这是1307的来源。使用连接单片机和液晶显示器。所以你可以用在这个项目上
- 2022-07-09 17:50:32下载
- 积分:1
-
msp430 cc1101系列使用例程
本例程结合TI官方库使用msp430 mcu 对 cc1101进行操作,使用者根据例程修改就可以,例程是改过的,可能无法直接编译,参考者直接自己修改使用即可
- 2022-04-24 17:36:42下载
- 积分:1
-
3D打印机控制系统固件
是网上找的3D打印机开源项目的源代码,名字叫Repetier-Firmware,对相关工程师能起到一些作用
- 2022-03-11 09:55:53下载
- 积分:1
-
MSP430g2553 + ENC28j60
国外牛人写的MSP430g2553 + ENC28j60 webserver驱动
- 2022-05-25 13:33:53下载
- 积分:1
-
陀螺仪LIS3DH驱动程序
陀螺仪LIS3DH驱动程序,主要用于各种加速度测量,倾斜角测量等。
- 2023-08-14 05:05:03下载
- 积分:1
-
103协议103协议源代码
应用背景void Init_IEC103_Buf(unsigned char ucPort)
{
STATUS status;
VOID * pointer;
unsigned short usStep1;
unsigned char * pTempBuf;
BufStruct * pTempBufList, * pTempBufList1;
status = NU_Allocate_Memory(&System_Memory,&pointer,sizeof(IECDefStruct),NU_NO_SUSPEND);
if(status != NU_SUCCESS)
while(1);
pIEC103_Struct[ucPort] = (IEC103DefStruct *)pointer;
status = NU_Allocate_Memory (&System_Memory, &pointer, 8*sizeof(BufStruct), NU_NO_SUSPEND);
if (status != NU_SUCCESS)
&nbs
- 2022-07-22 05:28:03下载
- 积分:1
-
测量捕捉输入端口信号的周期
测量捕捉输入端口信号的周期
#pragma data:code
const unsigned char table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
0x77,0x7c,0x39,0x5e,0x79,0x71}; //七段译码字型表(共阴极)
- 2022-04-20 20:50:13下载
- 积分:1