Тёмный
No video :(

Learning AVR-C Episode 9: External Interrupts 

humanHardDrive
Подписаться 48 тыс.
Просмотров 50 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@thecraftsman8083
@thecraftsman8083 5 лет назад
These videos really need to be appreciated!!
@chuckjls
@chuckjls 10 лет назад
I must have checked out every tutorial on C on the web and yours is the best. Thank-you very much.
@Starlight012
@Starlight012 9 лет назад
I really fucken love your tutorial, very precisely and specific.keep it simple and specific as possible, especially in the coding.I feel like watching every minute of this worth while. Please keep it this way. Thanks you so much!.
@abhramajumder4079
@abhramajumder4079 11 лет назад
Thank u for this time saving and to the point tutorial..... i have learnt AVR from you only :) thanks again.....
@CoolMalim
@CoolMalim 11 лет назад
You are best for teaching. please just continue. Thanks for your wonderful job.
@synonyms09
@synonyms09 9 лет назад
WOW! this helped me alot.. im just starting to learn AVR programming and was a little bit confuse on how external interrupt works and this cleared it all for me.. so big thanks.. you earned a new subscriber.. thank you very much.
@michaelalexanderko6937
@michaelalexanderko6937 9 лет назад
Archie Quinones hey chie help us hahhaha
@synonyms09
@synonyms09 9 лет назад
LOL Michael Alexander Ko hahaha
@joshualuciani3896
@joshualuciani3896 11 лет назад
This is a BEAST tutorial! Thanks man!
@PrAvEeNkumar89
@PrAvEeNkumar89 11 лет назад
I just wanna say :) You are The best Teacher :) :) Keep it up Man
@AaaMirzaa
@AaaMirzaa 2 года назад
Very helpful.
@surendramaharjan3129
@surendramaharjan3129 2 года назад
Are you sure the ISR is executed only once for each switch press? Have you checked with debugger? or at least some debug message print in ISR?
@kenatkenichikato
@kenatkenichikato 11 лет назад
God bless you!
@Sekhar_Home
@Sekhar_Home 3 года назад
Thts how denounce works❤️❤️
@SupBlub
@SupBlub 11 лет назад
You say 2000ms is a bit overkill, what is a good delay for a normal push button? what are the "fancy" ways to overcome bouncing? Nice series it helped me a lot. ;D
@thecraftsman8083
@thecraftsman8083 5 лет назад
Something like a 50ms is enough. But you can use external capacitors to avoid bouncing to a limit. But it can still occur... So if you wan to go easy, use delays. Otherwise see online about the use of interrupts to avoid denouncing, though it also uses the concept of delay but in a better way.
@joangonzalvez9865
@joangonzalvez9865 11 лет назад
awesome tutorials !
@batmatt08
@batmatt08 10 лет назад
very very very good......
@nouveriantechno
@nouveriantechno 9 лет назад
Why not just put the delay in the ISR? The processor can't do anything else during the delay anyway, right?
@xeno8555
@xeno8555 9 лет назад
how do you write this in assembly, or, can I add assembly to the interrupt vector?
@GfastGao
@GfastGao 11 лет назад
Hi humanHardDrive, pretty awesome job! From today afternoon I look through all the nigh video of this series. I've got some idea how to work with avr but not Arduino. I think that can be say: Documentation + Atmel Studio + lot of experiences. I wanna know how to really getting started with avr. I mean the book can be suggested,website where I can get the tutorial in depth something like this. Thanks.
@parasbhanot
@parasbhanot 10 лет назад
Thanks
@muf
@muf 5 лет назад
how do i use the interrupts PCINTx on attiny13a?
@demetriusdemarcusbartholom8063
ECE 312, UofA.
@peeyushyuva
@peeyushyuva 10 лет назад
int cliflag should be volatile int cliflag..data cant be shared by the isr and the main functions... isnt it?
@MrAdy0207
@MrAdy0207 6 лет назад
peeyushyuva true
@palomadias9233
@palomadias9233 7 лет назад
Muito bom
@bdelectr7411
@bdelectr7411 2 года назад
Not very clear