5. debug_frmwrk Module

Debug framework client library functions. See LPC17xx CMSIS-Compliant Standard Peripheral Firmware Driver Library documentation.

robovero.debug_frmwrk.UARTGetChar(UARTx)
robovero.debug_frmwrk.UARTPutChar(UARTx, ch)
robovero.debug_frmwrk.UARTPutDec(UARTx, decnum)
robovero.debug_frmwrk.UARTPutDec16(UARTx, decnum)
robovero.debug_frmwrk.UARTPutDec32(UARTx, decnum)
robovero.debug_frmwrk.UARTPutHex(UARTx, hexnum)
robovero.debug_frmwrk.UARTPutHex16(UARTx, hexnum)
robovero.debug_frmwrk.UARTPutHex32(UARTx, hexnum)
robovero.debug_frmwrk.UARTPuts(UARTx, string)
robovero.debug_frmwrk.UARTPuts_(UARTx, string)
robovero.debug_frmwrk.debug_frmwrk_init()