Kipke / InteractieTech

Repository voor Interactie Techniek 2015
0 stars 0 forks source link

Change the way buttons work #7

Closed Kipke closed 9 years ago

Kipke commented 9 years ago

We are not allowed to use our light sensor for the manual spray.

The manual override button should be a dedicated push button (single purpose)

Also our menu should be using two buttons according to the requirements

Offer a menu system using the LCD display and two push buttons...

And to top it all off we need two external interrupts as per the requirements

Your sketch should use external interrupts for at least two of the inputs.

And those can as far as I could find only happen when used with digital inputs, so we cannot use our analogue button system for interrupts :-(

more info on interrupts here