• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT
    Make New Entry, Make Followup Entry

    User name silwal

    Log entry time 12:47:49 on September 11, 2009

    Entry number 289112

    keyword=modified .crl for LED setup in the left arm

    Deleted following lines:
    const LED_BASE = 8 /* bit 4 = baseline led */
    const LED_DIFF = 16 /* bit 5 = diff led */

    /* Enable LEDs */
    /* set_tir_oport(LED_BASE);
    /* set_tir_oport(LED_DIFF);

    unset_tir_oport(LED_BASE);
    unset_tir_oport(LED_DIFF);

    At the end of trigger block, modified

    oport_state = 0; /* oport_state & 0xfe; */

    to

    /* Disable flags, BUSY, INB, LNE, mod 10sep2009, rupesh*/
    oport_state = oport_state & 0xf8;