Texas Instruments EZ430-CHRONOS-868 사용자 설명서

다운로드
페이지 113
www.ti.com
eZ430-Chronos Software Projects
3.
Read BlueRobin ID
This command reads the transmitter ID for BlueRobin transmission.
bool BM_BR_GetID(DWORD& dwID);
Parameters
dwID
24-bit transmitter ID
Return Value
Returns true if command could be executed and false if the command execution failed.
4. Start BlueRobin transmission
This command starts the BlueRobin transmission.
bool BM_BR_Start(void);
Return Value
Returns true if command could be executed and false if the command execution failed.
5. Stop BlueRobin transmission
This command stops the BlueRobin transmission.
bool BM_BR_Stop(void);
Return Value
Returns true if command could be executed and false if the command execution failed.
SimpliciTI Functions
1. Start SimpliciTI in acc/ppt mode
This command starts SimpliciTI in acc/ppt mode.
bool BM_SPL_Start(void);
Return Value
Returns true if command could be executed and false if the command execution failed.
2. Start SimpliciTI in sync mode
This command starts SimpliciTI in sync mode.
bool BM_SYNC_Start(void);
Return Value
Returns true if command could be executed and false if the command execution failed.
3. Stop SimpliciTI
This command exits the SimpliciTI stack.
bool BM_SPL_Stop(void);
Return Value
Returns true if command could be executed and false if the command execution failed.
59
SLAU292D – November 2009 – Revised March 2011
eZ430-Chronos Software
© 2009–2011, Texas Instruments Incorporated