Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 491 Bytes

RaspberryPi_Seminar

Tech University of Korea Department of Mechatronics Engineering Raspberry Pi Comparative Program Code repository.

HOW TO USE

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>