buzzer did not work?pls help

cpp Singapore
  • 13 years ago

    void alarm()
    {
     TR1=1; //turn on timer 1

     for (;;)
     {
      TH1 = 0xFC;
      TL1 = 0x45;

      while (TF1 == 0); //wait

      TF1 = 0;
      P14 = ~P14; //buzzer cont to play
      LED=1;   
      delay(30000);

      if (PB1==0 || PB2==0 || PB3==0 || PB4==0 )
      {
       break;
      }
     }
     buzzer=0;
    }     

    when i load this code to my hardware the buzzer did not work.did my code is correct?

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” - Antoine de Saint Exupéry