| 
    upm
    0.6.2
    
   Sensor/Actuator repository for libmraa (v0.10.1) 
   | 
 
API support for the SX6119-based Grove FM Receiver. More...
This class implements support for the SX6119 FM Receiver. There are two digital pins: one that toggles power on/off, and the other 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 constructor
| powerPin | Pin to use for recording | 
| seekPin | Pin to use for seeking to the next station | 
| void togglePower | ( | ) | 
Toggles the device power on or off
| void seek | ( | ) | 
Seeks to the next station
 1.8.6