Beispiel #1
0
/******************************************************
  Disable bar code reader
*******************************************************/
void BCR_Disable()
{
	COM_BUFF_INFO RxBuff = GetTaskRxComBuff();

	OSTaskSuspend(TASK_BCR_PRIO);
    *(RxBuff.ptrCurrent) = *(RxBuff.ptrEnd);
	GPS_Enable();
}
Beispiel #2
0
void GPS_Initialize(void)
{
	GPS_Enable();
    
    GPS_Reset();
}