Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

gertbot

Python 2.7 compatible library for the Gertbot Raspberry Pi addon board

Work in progress.

Example Usage

import time,sys
import gertbot2 as gb

board = 3
gb.open_uart(0)

print("Board version: %d" % gb.get_version(board))

gb.activate_opendrain(board,1,1)
time.sleep(1)
gb.activate_opendrain(board,0,0)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages