-
1T51单片机实现精确数字钟 因为普通单片机内核是12T 这里采用1T51内核的使得定时误差变得极小,同时加入补偿函数可以说定时已经达到理想精度...
1T51单片机实现精确数字钟 因为普通单片机内核是12T 这里采用1T51内核的使得定时误差变得极小,同时加入补偿函数可以说定时已经达到理想精度-1T51 SCM accurate digital clock for the general microcontroller core is used here 1T51 core 12T makes timing error becomes minimal, while adding compensation function can be said to have been from time to time to achieve the desired accuracy
- 2022-08-12 08:37:06下载
- 积分:1
-
pixil latest embedded Linux application procedures set elsewhere is difficult to...
pixil最新的嵌入式Linux应用程序集在别处很难下载
- 2022-06-13 15:14:46下载
- 积分:1
-
Atmega32 DAC 4822
控制 DAC 4822 使用 ATmega32。Atmel 工作室 6 projectEmbedded 在杂志的
- 2022-07-22 07:04:30下载
- 积分:1
-
嵌入式Linux开发系列之一: 走进嵌入式Linux的世界!
嵌入式Linux开发系列之一: 走进嵌入式Linux的世界!-One of the series of embedded Linux development: Linux into the embedded world!
- 2022-10-24 21:40:02下载
- 积分:1
-
crc8的源代码,短小精悍,可以使用于多种场合,如嵌入式系统,多媒体编程...
crc8的源代码,短小精悍,可以使用于多种场合,如嵌入式系统,多媒体编程-crc8 the source code, dapper, you can use on many occasions, such as embedded systems, multimedia programming
- 2022-03-24 13:38:17下载
- 积分:1
-
A clock program which is suitable for any LCD display! Developer can use it with...
适合任意点阵的LCD屏幕的液晶时钟显示程序!开发人员只用简单的修改接口定义即刻方便调用!-A clock program which is suitable for any LCD display! Developer can use it with simply changing of the interface define!
- 2022-05-17 19:26:15下载
- 积分:1
-
max7219 control procedures applicable to Sunplus SPCE061 SCM.
max7219控制程序,适用于凌阳SPCE061单片机。-max7219 control procedures applicable to Sunplus SPCE061 SCM.
- 2022-01-28 12:16:18下载
- 积分: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
-
e-boot1.1.6学习资料,详细分析。
- 2022-01-25 18:56:04下载
- 积分:1
-
测遥控器编码,用于测试遥控器的编码,参未知遥控器的按键编码的情况很有用...
测遥控器编码,用于测试遥控器的编码,参未知遥控器的按键编码的情况很有用-Measured remote control codes, remote control for testing the code, the unknown parameters of the remote control button code useful
- 2022-03-24 05:08:09下载
- 积分:1