Tech University of Korea Department of Mechatronics Engineering Raspberry Pi Comparative Program Code repository.
Get example codes by cloning this repository
$ cd ~
$ git clone https://github.com/Rhymakers/RaspberryPi_Seminar.git
$ cd RaspberryPi_Seminar
Compile each code with gcc to get executable binary
$ gcc -o <your_preferred_executable_name> <example_code_name>.c -lwiringPi -lpthread
$ ./<your_preferred_executable_name>