Atmel Programming Tutorial 8 - Multitasking

preview_player
Показать описание
GitHub site:

If you found this video helpful please consider supporting me on Patreon:
Рекомендации по теме
Комментарии
Автор

Great tutorial. Please give us some more videos

TheMulacz
Автор

I am really sorry if I come off as aggressive but, with all due respect, this is not multitasking at all. The fact that you use the output of the ADC as direct input to PWM in the ISR is not an example of multitasking, it's just a neat trick if your project requires it. I have to say that you have pretty good knowledge of registers and bit manipulation but I would suggest a rename of the video title. True multitasking requires the use of even a simple scheduler driven by a system tick, which is generated by one timer interrupt.

Galal
Автор

Any chance you can show us how to drive an oled display with the ssd1306? Oled are real cheap on fleabay about 4 or 5 bucks.Adafruit and arduino just throw libraries at us would be neat to see one driven from the core bit bang level using the different interfaces ie 3 and 4 wire spi, usart, i2c ect

bizzy
Автор

it would be better if you turn off webcam while you explaining code section. Can't see comments in the code.

onurolce
Автор

Good tutorial for advanced users, too brisk for novices...slow down man.. :)

holyrunner