Witura WT-9001 IP65 Especificações Página 69

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 82
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 68
53
sec_updateStatus(notify);
}
}
else{
LEDS_toggle(4);
_delay_ms(300);
}
}
BOOL isDoorOpen(void){
DOOR_OPEN = READ_BIT(PINC,PC0);
return DOOR_OPEN;
}
void sec_lock(void){
LOCK_PENDING = FALSE;
SET_BIT(PORTD,PD3);
LOCK_ON = TRUE;
}
void sec_unlock(void){
CLR_BIT(PORTD,PD3);
LOCK_ON = FALSE;
}
/*
*
*/
void GSM_txDone(error_t err){
if(err!=SUCCESS){
LEDS_toggle(1);
LEDS_toggle(2);
}
else{
LEDS_toggle(2);
}
}
void GSM_rx(sms_t* sms){
LEDS_toggle(3);
if(txtComp(sms->txt,cmdStat,6)){
sec_updateStatus(sms->senderNum);
return;
}
Vista de página 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 81 82

Comentários a estes Manuais

Sem comentários