Skip to content

S3L1M/Nunchuk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nLib

A Python library for reading nunchuk accelerometer data on RaspberryPi 3

Hello World example

from nLib import nunchuck

x = nunchuck()
while True:
  print x.getData()

** You can specify the delay between readings in nunchuk constructor x = nunchuk(delay)

Dependencies

  • openpyxl

About

A Python library for reading nunchuk accelerometer data on RaspberryPi 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages