Skip to content
This repository was archived by the owner on Nov 16, 2019. It is now read-only.

QrackEE/PJ_RPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install:

mkdir Build
cd Build
cmake ../
make
sudo make install

Use:

  • in your project #include <PJ_RPI.h>
  • in compiler attach library with -lPJ_RPI (NOTE: remember to put this AFTER file demanding it)
    ex.: gcc -std=gnu99 main.c -lPJ_RPI -o main

About

Raspberry Pi C Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 59.7%
  • C 37.2%
  • CMake 3.1%