API support for the ISD1820-based Grove Voice Recorder.
More...
- ID: isd1820
- Name: Grove Recorder
- Other Names: ISD1820 Recorder
- Category: sound
- Manufacturer: seeed
- Connection: gpio
This class implements support for the Grove Voice Recorder. There are two digital pins: one that enables recording, and the other that plays back what was previously recorded.
|
synchronized void | delete () |
|
| ISD1820 (int playPin, int recPin) |
|
void | play (boolean enable) |
|
void | record (boolean enable) |
|
ISD1820 |
( |
int |
playPin, |
|
|
int |
recPin |
|
) |
| |
ISD1820 constructor
- Parameters
-
recPin | Pin to use for recording |
playPin | Pin to use for playback |
void play |
( |
boolean |
enable | ) |
|
Starts or stops playback
- Parameters
-
enable | Starts playback if true, stops if false |
void record |
( |
boolean |
enable | ) |
|
Starts or stops recording
- Parameters
-
enable | Starts recording if true, stops if false |
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/upm-doc-stable/build-33/src/isd1820/ISD1820.java