Skip to content

abactor/rpi-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-code

raspberry pi code

This repo will hold a collection of programs for the raspberry pi. To compile these programs using GCC, simply: gcc -o name_of_executable name_of_source.c name_of_additional_source.c

if you're using #include <math.h> don't forget to add -lm to the gcc command.

About

raspberry pi code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages