-
Stest_temmpC
利用单片机SCMAD口与热敏电阻阻简单实现测温电路及程序可直接使用。
(SCMAD mouth with the use of single-chip thermistor temperature measurementt circuit to achieve a simple and complete source code can be used directly.
)
- 2012-05-07 16:27:35下载
- 积分:1
-
CP
说明: 数字识别系统源代码,通过运行并能实现,对初学者简单易懂,(Digital recognition source code, run through and realize, simple and understandable to beginners,)
- 2013-05-24 03:38:06下载
- 积分:1
-
解超定方程组
只是实现功能,但是计算效率不高
- 2022-03-29 02:30:21下载
- 积分:1
-
905--
nrf905 接收机程序 89C52 验证通过 绝对好使(nrf905 receiver program 89C52 verified through absolutely so)
- 2013-08-13 11:29:01下载
- 积分:1
-
XC8_UG_EE
基于stm32平台的lora点对点通信,以及其他源代码,超级好(base on mirochip PIC MCU Tuch function C resource files)
- 2018-03-26 20:21:08下载
- 积分:1
-
基于mfc的数据库人事管理系统
使用VC++编写的数据库课程设计,人事管理系统,mfc界面
- 2022-06-20 19:45:29下载
- 积分:1
-
index
说明: 文件内容索引,是一段文件内容索引的小文件(The contents of the documents indexed, indexing the contents of the documents is a small file)
- 2008-11-30 21:31:11下载
- 积分:1
-
QT5串口通信简易上位机
用QT5写的简易上位机,能够收发数据、设置串口波特率等。
- 2023-07-06 06:05:03下载
- 积分:1
-
DS1302时钟LCD1602显示(可以按键设置时钟)
89c51时钟,通过液晶屏显示 还可以通过按键设置时间(89C51 clock, through LCD screen display, you can also set time by key.)
- 2018-08-18 19:40:09下载
- 积分:1
-
C51.MPU6050程序
陀螺仪:
bool Mpu6050Detect () ;
函数功能:检测IIC地址是否应答,读取陀螺仪器件地址寄存器(who am i)判断芯片是否匹配,返回BOOL数据类型的true/fail;
void Mpu6050Init(void) ;
函数功能:初始化陀螺仪的配置参数;
void Mpu6050GyroRead(int16_t * gyroData) ;
函数功能:读取陀螺仪采样值,每轴为16bit的带符号整形数据,共3轴(参数按址传递);
void mpu6050AccRead(int16_t * accData) ;
函数功能:读取加速度采样值,每轴为16bit的带符号整形数据,共3轴(参数按址传递);
bool Gyro_calibe(void);
函数功能:校准陀螺仪0漂移;
bool Acc_calibe(void);
函数功能:校准加速度计0漂移;
- 2022-04-29 10:36:43下载
- 积分:1