-
android 广播的接收与发送 service实现 附完整源码
android 广播的接收与发送 service实现 附完整源码
- 2013-04-20下载
- 积分:1
-
Qt on Android核心编程(包含配套源码)
Qt on Android核心编程(包含配套源码)
- 2019-07-31下载
- 积分:1
-
安卓调用系统闹钟及获取所有软件信息例子 源码
安卓调用系统闹钟及获取所有软件信息例子 源码
- 2014-10-17下载
- 积分:1
-
android 下载管理
android 下载管理
- 2015-05-15下载
- 积分:1
-
TestMap
android testmap
在android手机上实现基础的googlemap功能(the android phone android testmap based googlemap functions to achieve)
- 2011-05-23 13:46:46下载
- 积分:1
-
jamendo
android 系统下的MP3播放器 在线播放器(MP3 player under the android system online player)
- 2012-06-07 01:23:00下载
- 积分: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
-
android 小米便签例子源码下载
android 小米便签例子源码下载
- 2015-04-08下载
- 积分:1
-
Android-OS-3.0music3.0.1
android最近版的播放器,有源码,资源文件,供android开发者的使用(android recent version of the player, there is source code, resource files, for the use of android developers)
- 2011-08-08 14:42:39下载
- 积分:1
-
android
说明: 使用Eclipse和java语言实现Android物联网开发(Implementation of Android Internet of Things Development with Eclipse and Java Languag)
- 2019-06-18 09:17:19下载
- 积分:1