-
5672r
驱动,用于DA公司的驱动,此程序有5路输出,各路单独程序控制,调整DA输出(Driver for DA company driver, this program has 5 output, the various procedures alone control, adjust the DA output)
- 2020-07-31 12:38:40下载
- 积分:1
-
Cpp1
用C语言编写的简易学生信息管理系统,可以实现成绩的增删改查排序(A Simple Student Information Management System written in C Language can realize the addition, deletion, alteration and ranking of grades.)
- 2019-06-04 09:44:45下载
- 积分:1
-
ATS2825_Bluetooth Module_SPEC_V1.0
ats2825 bluetooth i2s data sheet
- 2020-06-19 23:00:02下载
- 积分:1
-
TestCryptAPI
CryptAPi操作的DEMO,全部测试CryptAPI函数,其中针对之前的cSP操作方式进行相关的测试和开发,针对使用者有很好的帮助。(DEMO CryptAPi operation, all the tests CryptAPI function, which for the previous cSP operation related testing and development, there is a good help for the user.)
- 2015-01-07 15:36:29下载
- 积分:1
-
rumen
说明: 基于MFC的对话框OpenGL,大家可以试着做一下,理解基本原理(MFC dialog-based OpenGL)
- 2010-03-20 02:30:49下载
- 积分:1
-
HX711驱动
keil5编写的基于STM32F103T8的模拟HX711驱动程序(Keil5 prepared by the HX711 simulation based on STM32F103T8 driver)
- 2021-05-07 02:58:37下载
- 积分: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
-
meunPP
在msp430用LCD12864实现菜单界面(show the meun at the LCD12864 by use the msp430 )
- 2014-09-04 14:58:43下载
- 积分:1
-
C#调用百度地图实例源码
说明: C#调用百度地图实例源码
网络搜集整理 希望对大家有所帮助(C# Call Baidu Map Instance Source
I hope that the collection and arrangement of the network will be helpful to all of you.)
- 2020-06-18 23:40:01下载
- 积分:1
-
以太网STM32F107_ETH_LCD(神舟IV号)TFTP文件传输V1.1
【实例简介】以太网STM32F107_ETH_LCD(神舟IV号)TFTP文件传输V1.1
- 2021-09-08 00:31:11下载
- 积分:1