Search results

  1. Z

    taxi meter using PIC16f84

    i have the circuit..how to show here...
  2. Z

    taxi meter using PIC16f84

    this is my coding...it have problem... it only execute display 5 times only...after that it have overwrite error... i dont know how to solve it...
  3. Z

    taxi meter using PIC16f84

    LIST P=PIC16F84 PORTA EQU 05H PORTB EQU 06H COUNTER EQU 37 Hibyte EQU 020 Lobyte EQU 021 Count EQU 26 Tents EQU 022 Thous EQU 023 Hunds EQU 024 Tens EQU 025 Ones EQU 028 d1 EQU 019 d2 EQU 018 d3 EQU 017 Timer1 EQU 29 TimerX EQU 2A Point EQU 2B ; Program table pointer...
  4. Z

    taxi meter using PIC16f84

    i dont have it..could u give any suggestion..i'm very thankful for it...
  5. Z

    taxi meter using PIC16f84

    i want to make this project...it will count time passenger in cab...then the time change to value that it must pay...example : 10 minute for 1 dollar.......20 minute for 2 dollar...
Top