充分实现
uart全功能实现.实现如下函数:
U_Open,
U_Close,
U_GetBytes,
U_PutBytes,
U_GetBytesAvail,
U_GetTxRoomLeft,
U_PutISRBytes,
U_GetTxISRRoomLeft,
U_Purge,
U_SetOwner,
U_SetFlowCtrl,
U_ConfigEscape,
U_SetDCBConfig,
U_CtrlDCD,
U_CtrlBreak,
U_ClrRxBuffer,
U_ClrTxBuffer,
U_SetBaudRate,
U_SendISRData,
U_SendData,
U_GetOwnerID,
U_SetAutoBaud_Div,
/*TY adds these to expand flexibility 2004/10/15*/
U_Register_TX_cb,
U_Register_RX_cb,
/*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/
U_GetUARTByte,
U_PutUARTByte,
U_PutUARTBytes,
/*for virtual com port to return DCB configuration*/
U_ReadDCBConfig,
U_CtrlRI,
U_CtrlDTR,
U_ReadHWStatus -the realization of full-featured UART. to achieve the following functions: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U
- 2022-01-31 05:01:21下载
- 积分:1
Gradient procedures for the corresponding test procedures* for the hardware set...
斜度测试程序
* 程序对应的硬件设置为:利而达MSP430-Test44x实验板,斜度计使用的
* 是ADXL202E,数字y连接TA1/P1.2,数据x连接P1.0/TA0,P4.6对应斜度计电源
* 每个方向的斜度显示时都占用三个字符,
* 斜度范围为0~90,高于90的,斜度为(180-斜度)-Gradient procedures for the corresponding test procedures* for the hardware set up: Lee MSP430-Test44x of the board, of the use of gradient is the* ADXL202E, the number of y connecting TA1/P1.2, data x connect P1.0/TA0, P4. gradient of 6 corresponds to the power* of the gradient in each direction are occupied by shows that the three characters,* angle range of 0 ~ 90, more than 90, and slope for the (180- angle)
- 2022-05-07 08:12:23下载
- 积分:1