DSCSAM_InitBoard

This function initializes the SPI driver, BUSY GPIO, read the A/D, D/A calibration constants, read the board type and return to application.

BYTE DSCSAM_InitBoard(BYTE * Board_type)

Name

Description

Board_type

pointer to receive board type

(0 - Ziggy, 1 - TBD, 3 - Stevie, 5 - Elton, 7 - Jethro)

Return Value

Error code or 0.

Last updated