-
这是一个计算浮点数据绝对值的函数,在uClinux下编译运行,之所以编写这个函数,主要是因为uClinux下没有计算计算浮点数绝对值的函数。...
这是一个计算浮点数据绝对值的函数,在uClinux下编译运行,之所以编写这个函数,主要是因为uClinux下没有计算计算浮点数绝对值的函数。- This is a computation floating point data absolute value
function, translates the movement under uClinux, therefore compiles
this function, mainly is because under uClinux computation floating
number absolute value function.
- 2023-02-20 05:10:04下载
- 积分:1
-
S3C44B0控制LED流水灯交替亮灭。超级终端上将显示:
boot success...
Embest Arm EduKit II...
S3C44B0控制LED流水灯交替亮灭。超级终端上将显示:
boot success...
Embest Arm EduKit III Evaluation Board
Led Test Example
-S3C44B0 Led
- 2022-01-26 03:15:51下载
- 积分:1
-
the interruption procedure examples include MAKEFILE, MAKE use of reference
嵌入式LINUX下的中断程序例子,包含MAKEFILE,可MAKE使用参考-the interruption procedure examples include MAKEFILE, MAKE use of reference
- 2022-06-27 05:27:17下载
- 积分:1
-
用Samsung公司推出的ARM7TDMI系列S3C44B0作为监控网关的系统核心,外加西门子的39I和ZigBee节点组成监控网关。...
用Samsung公司推出的ARM7TDMI系列S3C44B0作为监控网关的系统核心,外加西门子的39I和ZigBee节点组成监控网关。 -Samsung Introduces with the series of S3C44B0 the ARM7TDMI core of the system as a gateway monitor, plus Siemens 39I and ZigBee nodes Monitoring Gateway.
- 2022-02-06 06:35:33下载
- 积分: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
-
dsc8610.zip:
Dsc8610.zip:-------------OV8610+OV681+OV651数码相机源程序(2500.A.D公司的X51.EXE)-Dsc8610.zip potentially OV8610 OV681 OV651 digital cameras source (2500.A.D company X51.EXE)
- 2022-02-26 17:28:29下载
- 积分:1
-
液晶显示源码
液晶显示源码
- 2022-03-21 08:54:56下载
- 积分:1
-
OMB COMMON CLASSES 源代码
OMB COMMON CLASSES 源代码-OMB COMMON CLASSES source code
- 2023-02-09 11:55:04下载
- 积分:1
-
c8051f040中液晶屏初始化配置程序和显示程序例程
c8051f040中液晶屏初始化配置程序和显示程序例程-Initialize and display sample with C8051f040 liquid crystal
- 2022-03-02 10:31:16下载
- 积分: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