代码搜索结果
找到约 204 项符合
Microphone 的代码
readme
README for MicaSBTest2
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
The MicaSBTest2 tests out light, microphone, and sounder.
Momentarily covering the light sensor will trigg
alwatch.py
import time
import al, AL
import string
dev = AL.DEFAULT_DEVICE
source_name = ['line', 'microphone', 'digital']
params = al.queryparams(dev)
for i in range(1, len(params), 2):
params[i] = -1
while
microphone.java
/*
* Copyright 1999-2004 Carnegie Mellon University.
* Portions Copyright 2004 Sun Microsystems, Inc.
* Portions Copyright 2004 Mitsubishi Electric Research Laboratories.
* All Rights Reserved