FX3ConnectionUserLEDBlink Method |
Blink user LED using timer hardware (not available on Cypress Explorer FX3 board)
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic void UserLEDBlink(
double BlinkFreq
)
Public Sub UserLEDBlink (
BlinkFreq As Double
)
public:
void UserLEDBlink(
double BlinkFreq
)
member UserLEDBlink :
BlinkFreq : float -> unit
Parameters
- BlinkFreq
- Type: SystemDouble
Frequency to blink LED at
See Also