Learn C Programming on Raspberry Pi - 20 - typedef

preview_player
Показать описание
In this video tutorial on C programming on the Raspberry Pi we create custom data type using typedef.
Рекомендации по теме
Комментарии
Автор

Good tutorial set, watched them all in case I might of misunderstood the functionality of programming structure, but the last few videos were beneficial to me.

rogbigras
Автор

Thank you a lot for all of your videos. I spend hours following your videos, specially those on programming C on a raspberry pi.
I followed the 20 videos on C programming on a raspberry pi.
Two more subjects would interrest me.
1) using c self made libraries (routines) that can be used and called by Python programs.
2) Installing and using VPN as you did, to see the raspberry screen on another computer screen, and how to record this screen.
Many many thanks for your excellant work, it was very usefull for me.

libregisin
Автор

More great information! I have an old C program with an Ulong variable. What is an Ulong? Thanks.

qzorn
Автор

typedef unsigned int uint16 that you changed uint16 to be into uses 4 bytes not 2 which it should have been when you changed  it back to typedef unsigned short unint16. I really enjoy how you explain the material your showing. :)

Frisky
Автор

Hi could you make a video using the bcm2835 library and what we can do with it. Example delays, gpio, spi, ic2.
I really appreciate your video series I currently use the Atmel AVR series and program in c. I understand how to use the registers in the AVR so I would like to understand more of whats going on with the soc bcm2835. I think that would help understand and design new low level software and future libraries for pi. Thanks again great series A+ Don

Frisky
visit shbcf.ru