Skip to content

Python wrapper of the peak-linux-driver (in C) for Linux

Notifications You must be signed in to change notification settings

bailaC/pcan_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This driver is a Python wrapper of the peak-linux-driver (in C) for Linux.

External dependencies

Library compilation

make

Library installation

sudo make install

By default the module will be installed in /usr/lib

PATH settings

Add /usr/lib to the PYTHONPATH in order to find the module.

Example: export PYTHONPATH=/usr/lib:$PYTHONPATH

About

Python wrapper of the peak-linux-driver (in C) for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • C 19.6%
  • Makefile 4.5%