예제 #1
0
파일: bcr.c 프로젝트: ericzhc/pdale
/******************************************************
  Disable bar code reader
*******************************************************/
void BCR_Disable()
{
	COM_BUFF_INFO RxBuff = GetTaskRxComBuff();

	OSTaskSuspend(TASK_BCR_PRIO);
    *(RxBuff.ptrCurrent) = *(RxBuff.ptrEnd);
	GPS_Enable();
}
예제 #2
0
파일: gps.c 프로젝트: EPLab/PipeTect-Roocas
void GPS_Initialize(void)
{
	GPS_Enable();
    
    GPS_Reset();
}