-
The objective is to set up SPI communication between VTI Technologies digital p...
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is activated
?Temperature and pressure information is read always when the DRDY pin is in high state
Please refer to the document "SCP1000 Product Family Specification 8260800" for further
information on SCP1000 register addressing and SPI communication. This document applies to the
SCP1000-D01.-The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is activated
?Temperature and pressure information is read always when the DRDY pin is in high state
Please refer to the
- 2023-04-01 07:10:03下载
- 积分:1
-
Guide to the experiments of uClinux
uCLinux实验指导书-Guide to the experiments of uClinux
- 2022-03-20 07:25:53下载
- 积分:1
-
三星s3c2440 ARM9芯片在linux下的MMC卡驱动
三星s3c2440 ARM9芯片在linux下的MMC卡驱动-s3c2440 Samsung ARM9 chip in the linux MMC Card Driver
- 2022-05-21 04:52:50下载
- 积分:1
-
关于pwm波的产生
应用背景单片机产生pwm波,可以应用与电机控制,比如小车的控制,风扇的转速。关键技术单片机里面的定时器,产生两路pwm波,来控制电机的运行。
- 2022-03-13 16:02:24下载
- 积分:1
-
基于单片机实现遥控编码器PT2262的软件解码
基于单片机实现遥控编码器PT2262的软件解码-MCU-based remote control software PT2262 Encoder Decoder
- 2023-03-18 00:45:04下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
Atmel algorithm (pid)
Atmel算法(pid)-步进电机驱动源码 HOWTO,不好用你找我,绝对ok!-Atmel algorithm (pid)- stepper motor driver source HOWTO, not with you to find me, is absolutely ok!
- 2022-04-17 13:20:53下载
- 积分:1
-
The CNC precision DC voltage
该数控直流电流源以精密压控电流源为核心、用单片机、DAC组成控制电路,引入“S类”反馈控制功率放大电路,实现超精密电流控制、具备精准的扩流能力、低失调、有步进、同时带有 丰富扩展功能的精密电流源。经过ADC采样,完成输出电流显示功能,并使输出范围覆盖0~2A,是理想的电流源解决方案。-The CNC precision DC voltage-controlled current source to current source at the core, with single-chip, DAC control circuit components, the introduction of " S-type" feedback control circuit power amplifier to achieve ultra-precision current control, with precise flow capacity expansion, low disorder, there is stepping at the same time and expanded with rich precision current source. ADC sampling after completion of output current display, and output cover 0 ~ 2A, the current source is an ideal solution.
- 2022-08-02 23:38:08下载
- 积分:1
-
在开发板的显示器上以480x240的分辨率显示给定图片
在开发板的显示器上以480x240的分辨率显示给定图片-Development board in the display to 480x240 resolution display a given picture
- 2022-12-21 02:10:03下载
- 积分:1
-
高效内存管理函数实现。VC++实现,可以用于嵌入式系统内存管理,原创作品,绝对有价值。...
高效内存管理函数实现。VC++实现,可以用于嵌入式系统内存管理,原创作品,绝对有价值。-efficient memory management functions to achieve. VC++, can be used for embedded system memory management, original works, the absolute value.
- 2022-05-16 04:43:49下载
- 积分:1