-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
浴室控制办电路图
浴室控制办电路图--Circuit diagram for bathroom controller.
- 2022-07-04 05:52:38下载
- 积分:1
-
基于matlab的主动巡航系统
应用背景基于Matlab的主动巡航系统,文章从车辆动态单元控制角度进行分析,采用两自由度单轨模型构建系统,之后又matlabsimulink下通过P,PI,PID对采集信号进行处理,从而得出最佳的的控制单元设计关键技术P,PI,PID控制单元,在zieger nichlos下生成实验参数,利用实验参数带入系统进行调试,从而生辰最佳的控制单元设计
- 2022-06-28 00:26:50下载
- 积分:1
-
基于ARM7的无纸记录仪的U盘读写方法(请多指教)
基于ARM7的无纸记录仪的U盘读写方法(请多指教)-ARM7-based Paperless Recorder U-disk read and write methods (please advise)
- 2022-07-17 12:44:07下载
- 积分:1
-
针对ARM优化过的FFT算法。其中20点,64点,80点的FFT算法。笔者试着加入了256点的FFT...
针对ARM优化过的FFT算法。其中20点,64点,80点的FFT算法。笔者试着加入了256点的FFT
-for ARM optimized FFT algorithm off. 20 points, 64 points, 80 points of the FFT algorithm. I tried to join the 256-point FFT
- 2022-06-15 23:57:37下载
- 积分:1
-
xe166系列的PEC模块的使用例程,是英飞凌单片机培训的好资料
xe166系列的PEC模块的使用例程,是英飞凌单片机培训的好资料-xe166 series of PEC modules using routines, is a good training materials Infineon microcontroller
- 2022-06-21 06:08:41下载
- 积分:1
-
Notes uda1341 drive linux2.4.18 detailed attention to compile
uda1341驱动 linux2.4.18 有详细注释
注意编译时配置文件需要自己添加
-Notes uda1341 drive linux2.4.18 detailed attention to compile-time configuration file may need to add
- 2023-08-18 07:40:03下载
- 积分:1
-
一个关于温度控制系统电路图、PCB和原理图
一个关于温度控制系统电路图、PCB和原理图-A temperature control system on the circuit, PCB and schematic
- 2022-03-20 15:31:21下载
- 积分:1
-
基于FPGA的IP camera的开源系统
基于FPGA的IP camera的开源系统-FPGA-based IP camera open source system
- 2022-07-23 16:56:43下载
- 积分:1
-
ARM7 serial read and write the following two ways: interrupt mode and query the...
ARM7下面读写串口的两种方式:中断方式和查询方式的源代码。详细介绍了ARM7下面读写串口的方式。-ARM7 serial read and write the following two ways: interrupt mode and query the source code. Described in detail ARM7 serial read and write the following way.
- 2022-05-22 17:41:38下载
- 积分:1