-
LiveWallPaper
说明: 一个Android动态壁纸的Demo.个人学习的练习作品,有注释.(A Live Wallpaper demo for Android)
- 2011-04-08 11:50:50下载
- 积分:1
-
BLE4.0聊天实例
BLE4.0聊天实例
- 2015-05-19下载
- 积分: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_shopnc_local_life
一个android写的本地生活商店程序,欢迎下载(android local life shop)
- 2016-07-10 17:12:16下载
- 积分:1
-
STM32_SPI_FLASH
自己写的spi_flash的驱动,利用stm32管脚模拟的方式,是学习理解spi总线良好资料,将sd卡挂载的fatfs中的文件(字库)进行读写,并显示到屏幕上,奋斗板的同学试一试(Way the own written spi_flash drive, take advantage of the the stm32 pin analog, to the spi bus good information to learn to understand, read and write to the sd card in mount the fatfs of files (fonts), and displayed on the screen, the students struggled board give it a try)
- 2013-03-31 17:04:31下载
- 积分:1
-
AT89S52-93Cxx
说明: 基于单片机AT89S52读写93C46的程序(Based on the 93C46 single-chip microcomputer to read and write procedures for AT89S52)
- 2009-08-03 11:33:37下载
- 积分:1
-
android 天气预报示例源码下载(一个简易的天气预报)
android 天气预报示例源码下载(一个简易的天气预报)
- 2014-04-15下载
- 积分:1
-
MNVETJM014
本控件基于GSM Modem工作,不需要使用电话语音卡设备,不但具备普通电话语音卡功能,还具备手机短信收发功能, 语音与短信()
- 2018-04-21 20:39:11下载
- 积分:1
-
Rss-Reader
android开发基于java开发,现在android开发很火.提供公司培训资料,Rss阅读器(java-based development android development, android development now is the fire, providing corporate training materials, Rss Reader)
- 2012-02-02 11:59:40下载
- 积分:1
-
Peli_CAN
PEILCAN 程序 实现单片机CAN总线通讯(PEILCAN program to achieve single-chip CAN bus communication)
- 2011-08-02 16:54:55下载
- 积分:1