代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/152659/12094862
leds
www.eeworm.com/read/152102/12139578
leds
www.eeworm.com/read/152102/12139617
leds
www.eeworm.com/read/230604/14280831
leds
www.eeworm.com/read/230602/14280842
leds
www.eeworm.com/read/28833/1009327
leds
www.eeworm.com/read/363188/2922372
leds
#!/bin/sh
base=led-player
# See how we were called.
case "$1" in
start)
/sbin/$base &
;;
stop)
pid=`/bin/pidof $base`
if [ -n "$pid" ]; then
kill -9 $pid
fi
;;
esac
exit
www.eeworm.com/read/264097/4291698
leds
#!/bin/sh
base=led-player
# See how we were called.
case "$1" in
start)
/sbin/$base &
;;
stop)
pid=`/bin/pidof $base`
if [ -n "$pid" ]; then
kill -9 $pid
fi
;;
esac
exit
www.eeworm.com/read/475860/6767111
leds
www.eeworm.com/read/244057/12894659
h leds.h
#include "..\main\main.h"
void LEDs_Init();
void LEDs_Update();
void LEDs_SendCmd(uchar cs, uint cmd);
uchar LEDs_GetKey(uchar cs);
void LEDs_DisTotalPower();
void LEDs_DisTotalMoney()