All code made by me. Programs are sort with type of language.
C
Convert decimal numbers to hexadecimal numbers.
Download Info
Convert hexadecimal numbers to decimal numbers.
Download Info
Example of gettimeofday() function. It work like time, so you can use this program to see how long is some program running.
Download Info
Ping program like ping command in terminal.
Download Info
Again ping program like one before but this has a more function.
Download Info
Some example of function, so you can see the some result with math function and with loop.
Download Info
Example of strncpy() command so you can see how copy two string in one buffer.
Download Info
Perl
This code check if port on host is open or not.
Download Info
Basic
Flashing led display, 7 – segment, (Output PG-302)
Download
Count from 0 to 9 on 7-seg. led display (Output PG-302)
Download
Again counter 0-9 now in shorter version, work on binary base algorithem
Download
An example of Rotate function witch move binary number in left or rights
Download
Alternating flashing two ports P1.3 and P1.4 with frequency 2 second
Download