PU2CLR Si4735 Arduino Library  2.0.0
Arduino Library for Si47XX Devices - By Ricardo Lima Caratti
Host and slave MCU setup

Functions

void SI4735::setMaxDelayPowerUp (uint16_t ms)
 Set the Max Delay Power Up. More...
 
void SI4735::reset (void)
 Reset the SI473X
More...
 
void SI4735::waitToSend (void)
 Wait for the si473x is ready (Clear to Send (CTS) status bit have to be 1).
More...
 

Detailed Description

Function Documentation

◆ setMaxDelayPowerUp()

void SI4735::setMaxDelayPowerUp ( uint16_t  ms)
inline

Set the Max Delay Power Up.

Sets the delay needed in ms after a powerup command (default is 10ms).

Some crystal oscillator might need more time to become stable (500 ms is the recommended).

Low values make the load SSB patch faster. However, it can make the system unstable.

See also
MAX_DELAY_AFTER_POWERUP
Parameters
msdelay in ms

◆ reset()

void SI4735::reset ( void  )

Reset the SI473X

See also
Si47XX PROGRAMMING GUIDE; AN332 (REV 1.0);

Referenced by SI4735::getDeviceI2CAddress(), SI4735::setup(), and SI4735::ssbSetup().

◆ waitToSend()