发布时间:2013-02-28 14:16:03
//紧凑格式和非紧凑格式{"name":"Jack (\"Bee\") Nimble","id1":1,"id2":2,"IDs":[116, 943, 234, 38793],"format":{"type":"rect","width":1920,"height":1080,"interlace":false,"frame rate":24}}{"name":"Jack (\"Bee\") Nimble","id1":1,"id2":2,"IDs":[116, 943, 234, 38793],"format":{"type":"rect.........【阅读全文】
发布时间:2013-02-27 09:40:04
#include "xustm32.h"#include "xucommon.h"//#define COM_DEBUG#include "xudebug.h"//-------------------- STM32通用函数集锦 ---------------------------------------------------#if 0HardFault_Handler .........【阅读全文】
发布时间:2013-02-26 09:29:36
UDPsocket.udp()创建并返回一个无连接的UDP对象。该无连接对象支持以下函数:sendto、receive、receivefrom、getsockname、setoption、settimeout、setpeername、setsockname、close。其中的setpeername被用作连接对象(待解释)。 connected:close()unconnected:close().........【阅读全文】
发布时间:2013-02-25 10:00:52
1-Wire Application InterfaceThis section provides a brief description of the API functions contained inthe 'general' and 'userial' 1-Wire libraries.Link-Level 1-Wire Net functions:-------------------------------- owTouchReset - Reset all devices on the 1-Wire Net. Result of fu.........【阅读全文】
发布时间:2013-02-17 09:02:26
如果想更快捷的调试代码, 可以利用openwrt的交叉编译1. shell中如下命令export STAGING_DIR="~/OpenWrt-SDK-ar71xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2/staging_dir"2. hello.c, 代码如下:/*------------------------------------------------------------------------------------------openwrt之交叉.........【阅读全文】