![]() |
PU2CLR Si4735 Arduino Library
1.1.9
Arduino Library for Si47XX Devices - By Ricardo Lima Caratti
|
Functions | |
void | SI4735::setProperty (uint16_t propertyNumber, uint16_t param) |
Sets the a given Property. More... | |
void | SI4735::sendProperty (uint16_t propertyNumber, uint16_t param) |
Sends (sets) property to the SI47XX. More... | |
int32_t | SI4735::getProperty (uint16_t propertyValue) |
Gets a property from the SI47XX. More... | |
A set of functions used to support other functions
|
inline |
Sets the a given Property.
Sets the Si47XX device with a given attribute.
You might need to use the bit operations or some bit field structure to set right the values.
propertyNumber | |
param | pamameter value |
|
protected |
Sends (sets) property to the SI47XX.
This method is used for others to send generic properties and params to SI47XX
propertyNumber | property number (example: RX_VOLUME) |
parameter | property value that will be seted |
References SI4735::waitToSend().
int32_t SI4735::getProperty | ( | uint16_t | propertyNumber | ) |
Gets a property from the SI47XX.
This method is used to get a given property from SI47XX
You might need to extract set of bits information from the returned value to know the real value
propertyNumber | property number (example: RX_VOLUME) |
References SI4735::waitToSend().