ISD1820 Class
- ID: isd1820
- Name: Voice Recording and Playback Module
- Other Names: ISD1820 Recorder
- Category: sound
- Manufacturer: seeed
- Connection: gpio
- Link: http://wiki.seeed.cc/Grove_Recorder/
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.
Methods
ISD1820
(
Number
-
playPin
-
recPin
ISD1820 constructor
Parameters:
-
playPin
NumberPin to use for playback
-
recPin
NumberPin to use for recording
Returns:
Number:
play
(
-
enable
Starts or stops playback
Parameters:
-
enable
BooleanStarts playback if true, stops if false
record
(
-
enable
Starts or stops recording
Parameters:
-
enable
BooleanStarts recording if true, stops if false