upm  0.4.1
Sensor/Actuator repository for libmraa (v0.8.0)
Public Member Functions | List of all members

API support for the SX6119-based Grove FM Receiver. More...

Detailed Description

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.

sx6119.jpg

Public Member Functions

synchronized void delete ()
 
 SX6119 (int powerPin, int seekPin)
 
void togglePower ()
 
void seek ()
 

Constructor & Destructor Documentation

SX6119 ( int  powerPin,
int  seekPin 
)

SX6119 constructor

Parameters
powerPinPin to use for recording
seekPinPin to use for seeking to the next station

Member Function Documentation

void seek ( )

Seeks to the next station

void togglePower ( )

Toggles the device power on or off


The documentation for this class was generated from the following file: