Possible FX3 board types. Used to differentiate iSensors FX3 board from Cypress Explorer kit. This list enumerates
all possible hardware ID's provided by the FX3 ID pins. Most are not used.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
SyntaxPublic Enumeration FX3BoardType
public enum class FX3BoardType
Members
| Member name | Value | Description |
---|
| CypressFX3Board | 0 | |
| iSensorFX3Board_A | 1 | |
| iSensorFX3Board_B | 2 | |
| iSensorFX3Board_C | 3 | |
| iSensorFX3Board_D | 4 | |
| iSensorFX3Board_E | 5 | |
| iSensorFX3Board_F | 6 | |
| iSensorFX3Board_G | 7 | |
| iSensorFX3Board_H | 8 | |
See Also