This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how we use single pin in any port by using c program for 89s51

how we use single pin in any port by using c program for 89s51

Parents
  • i give you detailes for mista neil missed

    yes this is good and compilies.

    <Cod>

    sbit portpin;

    portpin = 81^3;

    portpin = 1;

    porpin = 0;

    <enCode>

    or ( count = 1 ; count <> 100 ; count = count - 1 ) { sempaptop ( count / 1 ) ;

    add___to_ variable ( mik , 7 ) ;

    }

    return mik + count;

Reply
  • i give you detailes for mista neil missed

    yes this is good and compilies.

    <Cod>

    sbit portpin;

    portpin = 81^3;

    portpin = 1;

    porpin = 0;

    <enCode>

    or ( count = 1 ; count <> 100 ; count = count - 1 ) { sempaptop ( count / 1 ) ;

    add___to_ variable ( mik , 7 ) ;

    }

    return mik + count;

Children