Abl-electronic PIC Microcontrollers PIC16 User Manual Page 202

  • Download
  • Add to my manuals
  • Print
  • Page
    / 312
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 201
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
194
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
unsigned Keypad_Released(void);
Returns 1..16, depending on the key.
Description Call to Keypad_Released is a blocking call: function waits until any key is pressed
and released. When released, function returns 1 to 16, depending on the key.
Requires Port needs to be appropriately initialized; see Keypad_Init.
Example
kp = Keypad_Released();
Keypad_Released
Page view 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 311 312

Comments to this Manuals

No comments