-
Contributing Member
Is this possible with Interrupt
I have a doubt whether it is possible to write interrupts using programming language C to carry out some time bound task. If so can someone mention some of the time bound interrupts predefined functions used in C for this purpose?
-
Junior Member
Re: Is this possible with Interrupt
Yes it is very much possible to write interrupts using programming language C to carry out time bound task also. One of the predefined function which comes to my mind now is inportb() which takes the value from the port number specified in arguments.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules