代码搜索结果
找到约 1,167 项符合
Battery 的代码
sla.h
/****************************************************************************
Device : AT90S2333
File name : SLA.h
Ver nr. : 1.0
Description : Header file for S
battif.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
086-wsserver.py
import e32, json, camera, graphics, sysinfo, urllib
URL = "http://192.168.0.2:9000"
def json_request(req):
enc = json.write(req)
return json.read(urllib.urlopen(URL, enc).read())
def take_
ml621s_f9de.txt
(Device file for ML621S_F9DE)
PACKAGE ML621S_F9DE
CLASS IC
PINCOUNT 2
PINORDER BATTERY P N
PINUSE BATTERY IN IN
FUNCTION G1 BATTERY 1 2
PACKAGEPROP VALUE XXX
END
bitmap_readme.txt
用法:
1。在该C文件所在目录下运行编译命令 gcc bitmap2sd256.c
2。运行 ./a.out ****.bmp ****.*** (注释:其中****.bmp为源图片, ****.***为输出文件
例如 ./a.out test.bmp test.h )
3. 把生成的输出文件直接或拷贝其中的数组到应用的地方即可。
我建议制作bmp图片的过程如下(
battif.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
1621_driver.lst
C51 COMPILER V7.10 1621_DRIVER 05/07/2006 12:13:31 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE 1621_DRIVER
OBJECT MODULE PLACE
1621_driver.c
/*HT1621 for KM3009/KM3005/KM3004 */
#include /* 8051 寄存器定义 */
#define null 0
typedef unsigned char uchar;
typedef unsigned int uint;
sfr PIM0 = 0X91;
sfr PIM1 = 0X92;
sfr
hc595b.c.bak
#include
#include
#include
sbit stb595 = P0^1; /*定义RD5为595寄存器锁定信号驱动*/
sbit clock595=P0^0; /*定义RD6为595移位寄存器信号驱动*/
sbit data595=P0^2; /*定义RD7为595数据
sla.h
/****************************************************************************
Device : AT90S2333
File name : SLA.h
Ver nr. : 1.0
Description : Header file for S