Skip to content

Guest007/NES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACTION

canbus running in 4 beaglebones: canbus

INSTRUCTIONS

dependencies

apt-get install i2c-tools libi2c-dev libprotobuf-dev protobuf-compiler

code

  • clone this repository

    git clone https://github.com/xkonni/NES.git
    
  • initialize gitmodules

    git submodule init
    
  • update gitmodules

    git submodule update
    
  • change to build directory

    cd controller
    
  • build BBBIOlib

    cd src/lib/BBBIOlib
    make
    cd -
    
  • if using can

    export CAN=1
    
  • run cmake

    cmake .
    
  • run make

    make
    

TODO

controller

  • optional: read motorstatus

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.8%
  • HTML 17.0%
  • C++ 14.2%
  • TeX 7.6%
  • CSS 6.2%
  • Makefile 2.0%
  • Other 3.2%