Toggle Switching ~ Display clock
hello,
my newest challenge myself make clock display time/date/month/year/sec etc.... question i'm wanting know, have 1 of these toggle switches
http://forum.arduino.cc/index.php/topic,15642.0.html,
is possible connect these arduino perform increments , decrements clock, example,
if(pin2 high) months++; // although bad example, using demonstrate how want toggles act
if(pin3 high) months--;
ive coded type of thing before on atmega32, using avr, better idea me avr studio , code way? jtag mkii?
in summary : clock displays day/time/month, toggles increment , decrement values set time. (4 toggles switches, both way)
my newest challenge myself make clock display time/date/month/year/sec etc.... question i'm wanting know, have 1 of these toggle switches
http://forum.arduino.cc/index.php/topic,15642.0.html,
is possible connect these arduino perform increments , decrements clock, example,
if(pin2 high) months++; // although bad example, using demonstrate how want toggles act
if(pin3 high) months--;
ive coded type of thing before on atmega32, using avr, better idea me avr studio , code way? jtag mkii?
in summary : clock displays day/time/month, toggles increment , decrement values set time. (4 toggles switches, both way)
it's possible if type of switch returns middle. if normal on/off toggle, won't work right.
Arduino Forum > Using Arduino > Project Guidance > Toggle Switching ~ Display clock
arduino
Comments
Post a Comment