-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
Connect
STK编程手册之Connect编程,利用MATLAB、VC或者Perl等实现对STK的控制。(STK Connect programming manual programming, use of MATLAB, VC, or Perl, etc. to achieve the control of STK.)
- 2011-04-24 13:58:28下载
- 积分:1
-
VB制作PC-DMIS TO EXCEL源码
个人研发的PC-DMIS VB程序生成EXCEL表格源码,在VB6.0下面编译顺利通过,分享给大家,适合想学习PC-DMIS二次开发的朋友,有什么问题请大家反馈联系,谢谢
- 2022-04-25 10:51:08下载
- 积分:1
-
LCDemo
List Control 范例,行变色,图片插入等。(List Copntrol Sample)
- 2009-03-13 10:54:29下载
- 积分:1
-
OFDM
OFDMmatlab仿真程序,改程序是一个仿真系统,附有文档说明。(OFDMmatlab simulation program, the reform process is a simulation system, accompanied by documentation.)
- 2013-10-25 21:11:40下载
- 积分:1
-
moonview2
about Make Folder in Window C#
- 2014-08-08 11:27:44下载
- 积分:1
-
UngDungNgheNhac
Simple mucic application using API winnm.dll
- 2014-12-26 00:05:41下载
- 积分:1
-
MSP430单片机例程代码CCS ITAR
里面包含了单片机MSP430F6638的基本所有模块代码以及注解,适合新手学习使用。其中包括了 AD DA,温度测量,LCD显示,风火轮,LED灯,多通道和单通道的数据采集。从简单到复杂,深入浅出,适合新手加深对单片机的理解和使用。
- 2022-03-07 16:56:24下载
- 积分:1
-
shift-register
用C语言在matlab中实现移位寄存器的程序编写,并实现其功能,效果还可以,大家可以看看。(shift register)
- 2012-08-08 11:00:39下载
- 积分:1
-
vibemotiondetection
2011年比较流行的简单快速的运动目标检测代码。(More popular in 2011, a simple and rapid moving target detection code.)
- 2012-12-14 12:43:40下载
- 积分:1