QrackEE / PJ_RPI

Raspberry Pi C Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 59.7%Language:C 37.2%Language:CMake 3.1%