Arduino101SoundRecorder 录音机
The Arduino 101 Sound Recorder extension lets users control a sound recorder and playback device connected to a Grove Shield.
More Links<ul><li>Download a sample project.</li><li>Vew the how to instructions for the Arduino 101 Sound Recorder.</li></ul>
Properties
BluetoothDevice
– The BluetoothLE component with a connection to the Arduino 101.
PlayPin
– The digital pin used to trigger playback. If using the Grove connector, this is the same number as the digital pin port (D4 becomes 4).
RecordPin
– The digital pin used to trigger the recording. If using the Grove connector, this is one number higher than the digital pin port (D4 becomes 5).