upm
0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
|
C++ API support for the SX6119 based Grove FM Receiver. More...
This class implements support for the FM Receiver. There are two digital pins, one that toggles power on/off, and one that does a seek to the next station.
Public Member Functions | |
SX6119 (int powerPin, int seekPin) | |
~SX6119 () | |
void | togglePower () |
void | seek () |
SX6119 | ( | int | powerPin, |
int | seekPin | ||
) |
SX6119 module constructor
powerPin | the pin to use for recording |
seekPin | the pin to use to seek to the next station |
void togglePower | ( | ) |
Toggle the device power on or off
void seek | ( | ) |
Seek to the next station