-
MSP430F149 control using radio frequency chip CC1000 ordinary two
用MSP430F149控制普通射频芯片CC1000的双向通信程序(串口、液晶显示),软件按状态机原理实现,开发环境为IAR-MSP430F149 control using radio frequency chip CC1000 ordinary two-way communication process (serial, liquid crystal display), the software state machine according to the principle of implementation and development environment for the IAR
- 2022-01-27 22:18:08下载
- 积分: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
-
嵌入式的usb驱动程序,能顺利运行,对像学习嵌入式底层开发的朋友来说很有用,大家多交流...
嵌入式的usb驱动程序,能顺利运行,对像学习嵌入式底层开发的朋友来说很有用,大家多交流-Embedded usb drivers, smooth running, like the bottom of the development of embedded learning is very useful friends, we more exchanges
- 2022-10-10 22:10:02下载
- 积分:1
-
C51 I2C driver with the first document
用C51编写I2C驱动程序的第一个文档
- 2022-06-02 11:38:10下载
- 积分:1
-
USB接口的HID类键盘模拟,通过CH372的外部固件模式,可实实现在WInodws下的即插即用不需要安装驱动。...
USB接口的HID类键盘模拟,通过CH372的外部固件模式,可实实现在WInodws下的即插即用不需要安装驱动。-USB-type keyboard HID interface simulation, through the external CH372 firmware can be used to realize in real WInodws do not need to install plug-and-play drive.
- 2022-02-22 04:22:20下载
- 积分:1
-
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。...
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。-MCU design is completed with a thermometer multi-function buttons, the main use of 51 MCU to complete the design.
- 2022-02-12 15:44:54下载
- 积分:1
-
适用于mega128的万年历程序,led显示,利用中断实现对时间的计算...
适用于mega128的万年历程序,led显示,利用中断实现对时间的计算-Mega128 procedures applicable to the calendar, led display, using interrupt the calculation of time
- 2022-07-18 15:58:52下载
- 积分:1
-
键盘状态扫描函数
/*
键盘扫描函数
读取当前键盘的状态
有按键按下返回相应按键值
无按键按下返回"0x00"
*/...
键盘状态扫描函数
/*
键盘扫描函数
读取当前键盘的状态
有按键按下返回相应按键值
无按键按下返回"0x00"
*/
-Keyboard status scan function/* keyboard scan function to read the current state of the keyboard keys have a corresponding button press to return to the value of non-button press to return to
- 2022-04-08 07:14:18下载
- 积分:1
-
tcp/ip的嵌入式开发 基于pic微控制器,原自tcp/ip lean
tcp/ip的嵌入式开发 基于pic微控制器,原自tcp/ip lean-tcp/ip-based embedded microcontroller pic, since the original tcp/ip lean
- 2022-02-05 00:25:06下载
- 积分:1
-
nec软盘控制器驱动代码
nec软盘控制器驱动代码-nec code floppy disk drive controller
- 2022-12-12 18:30:03下载
- 积分:1