mshh
Full Member level 6
i use external interrupt pin on atmega 8(INT1) to do action, but there is a relay and motor in my circuit which activated the interrupt and execute the action. i used switch debounce but no vain how to solve this problem?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It makes it impossible for EAGLE to automatically generate GND connections, thus you spend more time to route them manually.
With your layout I don´t see a single GND connection that needs to be routed manually
Klaus
Why spend the time to route them manually,is this a contradiction? should i do it manually on not?
dis none top bot dim via pad unr tpla tnam
grid mil 25 2
group all
ch wi 24
// then right click with the mouse somewhere
rip gnd
// all your handmade GND connections are open
rip vcc
// all your handmade VCC connections are open
ch isol 24
// then left click with the mouse on the GND polygon (red dotted line)
// then left click with the mouse on the VCC polygon (blue dotted line)
rat
// now all VCC and GND connetions are made by EAGLE
dis -top -dim
mov (2550 2600) (3650 2600)
set wire_bend 1
split (3650 4000) (3200 1200) (3200 500);
rip 12V
ch orphans off
ch lay bot
set wire_bend 0
poly '12V' (2700 3650) (3575 1800) (2700 3650);
rat
i use external interrupt pin on atmega 8(INT1) to do action, but there is a relay and motor in my circuit which activated the interrupt and execute the action. i used switch debounce but no vain how to solve this problem?