![]() |
PU2CLR SI470X Arduino Library
1.0.1
Arduino Library for Si470X Devices - By Ricardo Lima Caratti
|
Functions | |
void | SI470X::setRdsMode (uint8_t rds_mode=0) |
Sets the Rds Mode Standard or Verbose. More... | |
void | SI470X::setRds (bool value) |
Sets the RDS operation. More... | |
void SI470X::setRdsMode | ( | uint8_t | rds_mode = 0 | ) |
Sets the Rds Mode Standard or Verbose.
rds_mode | 0 = Standard (default); 1 = Verbose |
void SI470X::setRds | ( | bool | value | ) |
Sets the RDS operation.
Enable or Disable the RDS
true | = turns the RDS ON; false = turns the RDS OFF |