代码搜索结果
找到约 1,167 项符合
Battery 的代码
battery.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBatteryCtrl
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Batte
battery.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
battery.plg
Build Log
--------------------Configuration: Battery - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\wangy
battery.c
#include
#include
#include "common.h"
#include "mx1_def.h"
void delay(U32 n)
{
while(n --);
return;
}
//
// GPIO init for Analog Mux control
//
void po
battery.err
Error[yy] D:\hand815\battery.c 3 : syntax error
battery.c
#include
/* A battery reading has been produced */
void handleBatteryReading(uint16 mv)
{
/* Battery reading is about mv milliVolts */
(void) mv;
}