当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - stc12c5a60s2.h keil
搜索资源列表
-
1下载:
点阵式音乐频谱源程序,STC单片机傅里叶变换-Dot matrix source of the music spectrum, STC SCM Fourier transform
-
-
0下载:
采用STC12C5A60S2实现NRF24L01的发送测试代码,内含5个.c和.h文件,在Keil uv3环境下编译-The STC12C5A60S2 achieve The NRF24L01 send a test code containing 5. C. H file in the compiled under Keil uv3 environment.
-
-
0下载:
采用STC12C5A60S2实现NRF24L01的接收测试代码,内含5个.c和.h文件,在Keil uv3环境下编译-The receiving test code of the NRF24L01 STC12C5A60S2 containing 5. C. H file in the compiled under Keil uv3 environment.
-
-
0下载:
显示加速度计和陀螺仪的10位原始数据
#include <STC12C5A60S2.H>
#include <stdio.h> //Keil library
#include <INTRINS.H>
// 定义51单片机端口
//****************************************
sbit SCL=P2^0; //IIC时钟引脚定义
sbit SDA=P2^1; /
-