Skip to content

A simple library for Wii Balance Board written in Python.

Notifications You must be signed in to change notification settings

namacha/wiiboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Wiiboard

Simple Library to interface with Nintendo Balance Wiiboard

Requirements

Example

import wiiboard

board = wiiboard.Board()


# show weight of each corner
print board.weights.topright
print board.weights.topleft
print board.weights.bottomright
print board.weights.bottomleft

# show total weight
print board.weights.total

# show whether button pressed(boolean)
print board.button

# toggle led of front button
board.toggle_led()

About

A simple library for Wii Balance Board written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages