Skip to content

Rhymakers/RaspberryPi_Seminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

RaspberryPi education in TUKorea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages