Arduino Radio Library  0.9
A set of Arduino libraries to control diverse FM radio receiver chips in Arduino projects.
Public Attributes | List of all members
RADIO_INFO Struct Reference

A structure that contains information about the radio features from the chip. More...

#include <radio.h>

Public Attributes

bool active
 receiving is active. More...
 
uint8_t rssi
 Radio Station Strength Information. More...
 
bool rds
 RDS information is available. More...
 
bool tuned
 A stable frequency is tuned. More...
 
bool mono
 Mono mode is on. More...
 
bool stereo
 Stereo audio is available. More...
 

Detailed Description

A structure that contains information about the radio features from the chip.

Member Data Documentation

bool RADIO_INFO::active

receiving is active.

bool RADIO_INFO::mono

Mono mode is on.

bool RADIO_INFO::rds

RDS information is available.

uint8_t RADIO_INFO::rssi

Radio Station Strength Information.

bool RADIO_INFO::stereo

Stereo audio is available.

bool RADIO_INFO::tuned

A stable frequency is tuned.


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