-
android 拍照或从相册中选择并保存到sd卡
拍照或从相册中选择并保存到sd卡
- 2015-05-07下载
- 积分: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
-
Data mining code
This code is original developed by me any my friends while working on undergrduate thesis.
- 2022-04-08 13:31:11下载
- 积分:1
-
WeAdmin-master
说明: weAdmin-master,a web font,bootstrap
- 2020-06-20 13:20:01下载
- 积分:1
-
学生成绩管理系统
资源描述学生成绩管理,学生成绩打印,学生成绩输出学生成绩输入,学生成绩修改,学生成绩删除,学生成绩按班级打印。。。。
- 2022-04-08 07:17:43下载
- 积分:1
-
LumaQQME
Android系统中的LumaQQ源代码,比较详细的源代码,已经在Android系统中使用了,比较权威专业的源代码。(The Android system in the LumaQQ of source code, source code, has been used in the Android system, the source code of the authoritative professional.)
- 2013-04-11 18:35:36下载
- 积分:1
-
Rename multiple files (with same pattern) in proper format
这个项目将重命名多个文件(具有相同的名称模式,如重复的网站,它是从下载)容易在适当的格式。
- 2022-06-29 08:54:01下载
- 积分:1
-
steganography和Java
010
- 2023-07-05 13:55:03下载
- 积分:1
-
communication-spftware
聊天软件,基于TCP/IP协议的聊天软件开发(communication software)
- 2013-10-25 20:29:57下载
- 积分:1
-
android 手机拍照上传到服务器
android 手机拍照上传到服务器
- 2013-06-26下载
- 积分:1