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

complete my code

hi.

can someone plz complete the code quickly for me.

it is v v urgent.

< code >
void main ( void )
{
    // start display
    // start keys
    // start clock

    while ( 1 )
    {
          // update display
          // read keys
          Read_clock (); // read clock
    }
}

void Read_cock ( )
{
     RTC->COUNT;
}


Parents
  • "ill probably fail now and its all your fault. you happy?"

    No. You haven't payed me to do your assignment. So it is not my fault if you fail. Ask your teacher, and your teacher will very clearly say that it is _your_ fault if you fail.

    Am I happy? Let's say like this: I'm not exactly unhappy if people who tries to cheat and have others do their home work fails. Do you think the software industry needs people who cheated to get their exams? Do you think the cheaters will be able to pull their weight when they get out into the industry and their assignments are classified, making it forbidden to post any requirements specifications on the net?

Reply
  • "ill probably fail now and its all your fault. you happy?"

    No. You haven't payed me to do your assignment. So it is not my fault if you fail. Ask your teacher, and your teacher will very clearly say that it is _your_ fault if you fail.

    Am I happy? Let's say like this: I'm not exactly unhappy if people who tries to cheat and have others do their home work fails. Do you think the software industry needs people who cheated to get their exams? Do you think the cheaters will be able to pull their weight when they get out into the industry and their assignments are classified, making it forbidden to post any requirements specifications on the net?

Children