-
RC500 函数库 英文
里面有详尽的功能描述
RC500 函数库 英文
里面有详尽的功能描述-RC500 English inside the library has a detailed description of the function
- 2022-02-02 20:05:11下载
- 积分:1
-
简易LED 点阵汉字显示控制模块设计,包括LED汉字显示原理、电路原理图和程序设计,简单明了。...
简易LED 点阵汉字显示控制模块设计,包括LED汉字显示原理、电路原理图和程序设计,简单明了。-Simple LED dot-matrix character display control module design, including LED display Chinese characters principle, circuit schematic diagram and program design, simple and straightforward.
- 2023-07-24 22:45:03下载
- 积分:1
-
此程序实现了类似protel电路画图程序。
此程序实现了类似protel电路画图程序。-This process to achieve a similar Protel circuit Paint program.
- 2023-07-03 17:05:03下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
4X4 Keyboard
自己写的一个4X4键盘扫描的程序。。
- 2022-01-26 04:41:56下载
- 积分:1
-
ZStack CC2530 2.5.1 GPRS_GateWay 大师
结合zigbee与GPRS sim900功能,在Zigbee协议栈基础上对应用层进行开发,通过串口将Zigbee采集到的电压、温度数据转发给gprs,再经gprs远距离传输至服务器端。
- 2023-06-12 09:35:05下载
- 积分:1
-
I2C
模拟I2C总线源程序,以80C51为微处理器通过他的普通I/O口实现与外界具有I2C接口的器件通信。-I2C-bus analog source to the microprocessor 80C51 through his general I/O I realize with the outside world with I2C communications interface devices.
- 2023-02-25 23:40:03下载
- 积分:1
-
linux2.4 under the Bluetooth module that contains the driver routines and testin...
linux2.4下蓝牙模块例程
包含驱动程序及测试程序-linux2.4 under the Bluetooth module that contains the driver routines and testing procedures
- 2023-04-14 22:05:03下载
- 积分:1
-
手写识别Chinput源码
手写识别Chinput源码-handwriting recognition Chinput FOSS
- 2022-08-14 15:29:24下载
- 积分:1
-
Introduce how to imitate Ping program using in C language
介绍如何用C语言模拟Ping程序
- 2023-05-18 12:15:02下载
- 积分:1