|
upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API for the HT9170 DTMF Decoder. More...
This driver was developed using the Seeed DTMF (Dual Tone Multi-Frequency) Shield. It can decode DTMF signals presented at it's audio input. It does not generate DTMF signals.
Public Member Functions | |
| HT9170 (int dr, int o1, int o2, int o3, int o4) | |
| ~HT9170 () | |
| bool | digitReady () |
| char | decodeDigit () |
| HT9170 | ( | int | dr, |
| int | o1, | ||
| int | o2, | ||
| int | o3, | ||
| int | o4 | ||
| ) |
HT9170 constructor
| dr | data ready pin |
| o1 | digital pin for data output 1 |
| o2 | digital pin for data output 2 |
| o3 | digital pin for data output 3 |
| o4 | digital pin for data output 4 |
| bool digitReady | ( | ) |
check to see if a DTMF number is ready to be read
| char decodeDigit | ( | ) |
decode a digit and return it
1.8.9.1