-
MyBluetooth
基于android studio的蓝牙小程序,实现蓝牙连接发送和接收,简单实用(Bluetooth-based android studio small program to achieve Bluetooth connection to send and receive simple, practical)
- 2020-10-23 15:47:23下载
- 积分:1
-
Android平台使用USB摄像头采集图像
资源描述适合于Android开发板外接的USB摄像头的开发应用,JNI部分是用v4l2来实现的
- 2022-02-01 10:56:07下载
- 积分:1
-
Evito_Ball
android小游戏,迷宫小球,初学游戏编程的同学可以看一看(android games, maze ball, game programming beginner students can take a look)
- 2014-01-15 18:49:17下载
- 积分:1
-
android SDCard存储 示例源码
android SDCard存储 示例源码
- 2014-03-14下载
- 积分:1
-
android listview 绑定数组 实例
listview绑定数组 呈现
- 2013-03-17下载
- 积分:1
-
Google Maps Android API V2版本地图开发
Google Maps Android API V2版本地图开发
- 2015-01-28下载
- 积分:1
-
android中重力加速度小应用
本源代码是使用android中加速度和陀螺仪传感器一起调整小球运动,根据手机的转动,获取加速度传感的三个轴的数值来调整小球运动。
- 2022-10-02 08:55:03下载
- 积分:1
-
android-1.5-SDK
android SDK中文文档,可以帮助你快速进行android编程。(android SDK documentation in Chinese, can help you quickly android programming.)
- 2011-02-16 13:35: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
-
hal调用底层示例代码
hal调用底层示例代码
- 2015-06-11下载
- 积分:1