-
写了一个多
c语言写的一个多任务内核-wrote a multi-tasking kernel
- 2022-08-13 13:49:01下载
- 积分:1
-
ARM7
ARM7的ads环境下的画圆的实现,在用户环境下得应用!采用周立功公司的LPC2103系列的板子!-ARM7-under ads drawcircle the implementation, a user application environment! Ligong weeks using the company" s board LPC2103 series!
- 2022-03-12 05:00:57下载
- 积分:1
-
Data Acquisition Card PC
数据采集卡德PC端应用程序代码,有图形界面-Data Acquisition Card PC-side application code, there is a graphical interface
- 2022-02-02 23:22:43下载
- 积分:1
-
Pocket PC的GAPI,支持很多品牌。
GAPI for Pocket PC, supports a lot of brands.
- 2023-06-18 23:05:04下载
- 积分:1
-
MSP430F169 written Nokia5110 program code can be self
MSP430F169写的Nokia5110程序代码,字库自制可自寻字模,用结构体定义字库。-MSP430F169 written Nokia5110 program code can be self-seeking self-font font, using the definition of character structure.
- 2022-01-31 18:13:50下载
- 积分:1
-
UCLINUX字符驱动源码
UCLINUX字符驱动源码-character-driven source OS
- 2022-04-21 20:58:08下载
- 积分:1
-
Noritake公司的一款VFD显示屏的底层驱动程序,自己写的。
Noritake公司的一款VFD显示屏的底层驱动程序,自己写的。-Noritake one of the company"s bottom VFD Display Driver himself wrote it.
- 2022-07-17 22:38:10下载
- 积分:1
-
the procedures of classical PID algorithm optimization algorithm suitable for si...
本程序提供了经典PID算法的优化算法,适合单片微控制器的应用,请大家共享并提出宝贵的意见!-the procedures of classical PID algorithm optimization algorithm suitable for single-chip microcontroller applications, Please share and for the valuable advice!
- 2022-01-25 17:41:11下载
- 积分:1
-
stc51单片机 数码管电子时钟(内部定时器)
stc51单片机 数码管电子时钟
使用内部定时器
外接元件为4个独立按键
K1 = P1^4;
K2 = P1^5;
K3 = P1^6;
K4 = P1^7;
和8段数码管
a = P0^0
b = P0^1
c = P0^2
d = P0^3
e = P0^4
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-04 05:35: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