-
单片机程序,控制数码管做跑表使用,最小计时单位0.01秒。
单片机程序,控制数码管做跑表使用,最小计时单位0.01秒。-Single-chip process control using a digital stopwatch cylinder, the smallest unit of time 0.01 seconds.
- 2022-02-20 00:29:21下载
- 积分:1
-
Development UC/GUI fonts with the conversion tools.
开发UC/GUI用的字体转换工具.-Development UC/GUI fonts with the conversion tools.
- 2023-05-30 20:15:04下载
- 积分:1
-
ucos II操作系统的源代码。程序完整,功能详细,适合嵌入式操作系统的入门学习材料...
ucos II操作系统的源代码。程序完整,功能详细,适合嵌入式操作系统的入门学习材料-the source code of the ucos II .this material is for the beginer of the embed operating system.
- 2023-01-13 16:45:03下载
- 积分:1
-
Smart Card Reader Interfacing with 8051 and small application.
Smart Card Reader Interfacing with 8051 and small application.
- 2022-04-12 18:57:47下载
- 积分:1
-
基于GD32f107的以太网协议栈lwip移植模板
基于GD32f107的以太网协议栈lwip移植模板,包含了利用lwip RAW API实现的TCP、UDP通讯例程
- 2022-05-19 12:19:56下载
- 积分:1
-
单片机+4*4键盘,有硬件原理图及源程序,且都在proteus中仿真过...
单片机+4*4键盘,有硬件原理图及源程序,且都在proteus中仿真过-Single-chip+4* 4 keyboard, hardware schematics and source code, and simulation have been in proteus
- 2022-02-05 23:12:52下载
- 积分: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
-
STM32F4 FATFS
Stm32F4 Fatfs SD卡读写应用程序。它使用SPI接口。
- 2022-03-15 09:20:56下载
- 积分:1
-
网络处理器例子程序2
网络处理器例子程序2--Example 2 for network programming.
- 2022-08-15 18:24:41下载
- 积分:1
-
基于MSP430和CC1101的环境监测系统
这个工程是在TI MSP430F5529开发板上开发实现的,430单片机通过硬件SPI与CC1101进行通信,实现温度(DS18B20), 湿度(DHT11),光照(BH1750)环境参数的采集、显示、发送、接收及接收再显示功能。收发程序是在TI官方源代码的基础 上改动而来,在其基础上能够实现任意可用调制方式和传输速率下的无线通信。 编译环境:win7 64位/CCS v5.1 注:编译需要LAB1 中的F5xx_F6xx_Core_Lib和MSP-EXP430F5529_HAL两个文件夹下的文件,文件内有图片说明。
- 2022-01-28 14:03:00下载
- 积分:1