Search found 1 match
- Fri Mar 27, 2015 3:31 am
- Forum: Application Development
- Topic: Using WatchDog timer to handle infinite buzzer conditions.
- Replies: 1
- Views: 7458
Using WatchDog timer to handle infinite buzzer conditions.
Hi, I have been working on an application that generates alarms for specific conditions. We use the [DllImport("BeHwApi.dll", EntryPoint="SetBuzzer")] public static extern bool SetBuzzer() API. Recently we have encountered a problem where alarm is triggered with no alarm condition. In short, it goes...