-
手把手教你学DSP:基于TMS320F28335(完整版).pdf
说明: 手把手教你学DSP:基于TMS320F28335(完整版).掌握dsp28335的使用以及芯片内容,具有极大的参考价值(Learn DSP: based on TMS320F28335(full version). Master the use of dsp28335 and chip content, with great reference value)
- 2020-09-29 11:27:44下载
- 积分:1
-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
TradeCorpManageSystem
vc++贸易公司信息管理系统,数据SQL2000(vc++ trading company information management systems, data SQL2000)
- 2011-05-20 06:08:15下载
- 积分:1
-
Bank-Project
C++ code for BAnk pROJECT WORKING
- 2014-09-06 19:46:59下载
- 积分:1
-
IAR_BEFORE_START
IAR启动分析 在main()之前,IAR都做了啥(IAR start the analysis in main (before), IAR have done what)
- 2014-12-01 23:55:27下载
- 积分:1
-
QT多线程实现 ThreadFromQThread
说明: QT多线程实现,功能虽然不是很强大,但是很容易懂(QT multi-threaded implementation, although not very powerful, but easy to understand)
- 2020-07-06 17:46:23下载
- 积分:1
-
navbarControl
界面美化控件,可以提高界面的美观程度,使用方便(Interface, landscaping controls, can improve the level of the interface appearance, easy to use)
- 2009-11-06 19:44:52下载
- 积分:1
-
TIGsource
说明: 焊接电弧的仿真模拟的能量源项C代码,用FLUENT建模,欢迎下载!(Welding arc simulation C code, using FLUENT modeling, welcome to download!)
- 2020-06-29 08:00:02下载
- 积分:1
-
data_fusion
汽轮机轴系振动故障诊断中的信息融合方法研究(Research on Information Fusion for Vibration Faults of Steam
Turbine Shaft System
)
- 2010-06-21 16:45:35下载
- 积分:1
-
WriteFile
Simple code to write a file in C
- 2015-04-03 20:09:23下载
- 积分:1