Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 845 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 845 Bytes

HAPTIX

INSTALL

pacman -Syu

  • download

pacman -S python

  • download snap shot from link: https://aur.archlinux.org/packages/python-spidev/
  • open terminal -> cd /path/to/file -> tar xzf file-name -> cd file-name -> makepkg -s -> sudo pacman -U name-of-file.pkg.tar.xz
  • copy test.py to raspberry
  • cd /path/to/test.py
  • chmod +x test.py
  • ./test.py
  • you select functions in script, which you want to run

NOTES