|
原来做过一个gtdtimer的东西。其中用到了680的振动。需要将下面的sdk放到inc里面去。" A( I" u- o2 J# L
下面的代码是例子:' Q0 k3 }# ^! K
#include <HsExt.h># a) u8 Y8 \. Y0 p9 K2 l, [
#include <HsPhone.h>
; Y; K% s' P: ~ y5 ^( b$ f2 x1 F9 U$ s
void Vibrate()
@- Q, z: S: k, y7 }; K/ d6 C{
" Z' u" \# s: x UInt16 vibrate = kIndicatorAlertAlert;( |3 W3 C1 H2 \0 x' x
UInt16 vibrateCount = 2 ; //振动次数
% i% n; J4 W- Z* I HsIndicatorState (vibrateCount, kIndicatorTypeVibrator, &vibrate);' a. ~8 W% X' n" [; `) o! O
}8 |2 |* D) ]3 o( s; Z; s2 J# i
2 E: [9 c( ~) Z! y, r[ Edited by ytaome on 2010-7-13 14:27 ] |
|