Jump to content

Hii I am working with arduino uno on a home security project where i need some help from u rela...


G+_Prince Gautam
 Share

Recommended Posts

Hii

I am working with arduino uno on a home security project  where i need some help from u related to programming,i want to input delay from 4*3 keypad where the input will be in seconds,after this delay the arduino will start the executing further code and follows

I have the code for keypad from the keypad library but i dont know how to give the output of keypad as delay to turn on the arduino after the delay for further security related programme 

Please help me with the code

Link to comment
Share on other sites

'turn on the arduino after the delay'??

If I have you right, you want to use the keypad to enter a delay.  If so, read the digits (one by one) via the library, looking for the '#' as a terminator char.  Then stuff into a single variable and use as your delay time.

Link to comment
Share on other sites

 Share

×
×
  • Create New...