-
1
说明: 本代码包括通知 进度条 AnimationText等源代码(The code includes a progress bar AnimationText notification such as source code)
- 2013-06-30 14:53:54下载
- 积分:1
-
Project
说明: gradle 项目的算法总结,包含几种基础算法(The algorithm summary of gradle project, including several basic algorithms)
- 2020-06-23 18:00:02下载
- 积分:1
-
88-android-source-projects
88 android source projects
- 2013-12-16 14:15:34下载
- 积分: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
-
bluetooth
说明: android与蓝牙模块通讯,对模块进行控制(Communication with Bluetooth Module)
- 2020-06-17 20:00:02下载
- 积分:1
-
运动能量记录器
基于百度地图API的运动能量记录器,可以注册,登录,记录信息,定位等
- 2022-07-25 17:09:39下载
- 积分:1
-
android Modbus Rtu 通讯例子
ModbusRtuConnect例子
- 2019-06-03下载
- 积分:1
-
RainCMS
说明: e4a易安卓app后台管理源码,可生成卡密,可用于登入和注册用户(E4A easy Android app background management source code, can generate a card, can be used to log in and register users)
- 2020-06-22 08:20:01下载
- 积分:1
-
Open Lights
这个程序是开源的。
- 2022-03-20 13:43:36下载
- 积分:1
-
android 微信分享实例源码下载 WeixinShare
android 微信分享实例源码下载 WeixinShare
- 2014-08-07下载
- 积分:1