pyupm_sx6119 module

class pyupm_sx6119.SX6119(powerPin, seekPin)[source]

Bases: object

API support for the SX6119-based Grove FM Receiver.

ID: sx6119

Name: FM Receiver

Other Names: SX6119 FM Receiver

Category: sound

Manufacturer: seeed

Link:http://wiki.seeed.cc/Grove-FM_Receiver/

Connection: gpio 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.

C++ includes: sx6119.hpp

seek()[source]

void seek()

Seeks to the next station

togglePower()[source]

void togglePower()

Toggles the device power on or off