Capture & Timer 3 to Time a Button Press 🔴 PIC Microcontroller Programming Tutorial #12 MPLAB in C

แชร์
ฝัง

ความคิดเห็น • 7

  • @BinderTronics
    @BinderTronics  3 ปีที่แล้ว

    Full playlist on the PIC microcontroller Programming th-cam.com/video/KSI6fzOPVz0/w-d-xo.html

  • @keydarkman
    @keydarkman 5 ปีที่แล้ว +1

    Genial

  • @shahzaibshamim6524
    @shahzaibshamim6524 2 ปีที่แล้ว

    You are measuring press time between rising and then falling edge because your button is giving high pulse when pressed, right, but the logic of the code measures time between every rising edge. Correct me if I am wrong.

    • @BinderTronics
      @BinderTronics  2 ปีที่แล้ว

      I am only measuring time between rising edges.

  • @hiteshkumar5204
    @hiteshkumar5204 4 ปีที่แล้ว

    Idk why my compiler is stuck at oscillator stable loop. Plz help me!.

    • @BinderTronics
      @BinderTronics  4 ปีที่แล้ว

      Your using the simulator, correct? If so remove while(OSCCONbits.IOFS!=1); . Details here th-cam.com/video/O4IpwgWhqLY/w-d-xo.html

    • @hiteshkumar5204
      @hiteshkumar5204 4 ปีที่แล้ว

      @@BinderTronics yes i followed the same procedure.