Skip to content

PI2-Irri/FirmwarePL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirmwarePl

Install RF24

  cd libs/RF24
  sudo ./configure
  sudo make install -B

Install PLOG

  git clone https://github.com/SergiusTheBest/plog
  mkdir build 
  cd build
  cmake ..
  make -j
  sudo make install

Build mainIrri

  cd build
  make
  sudo ../bin/mainIrri.out

About

Inter Process Communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published