Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using a UART to Implement a 1-Wire Bus Master

Based on Maxim AN214

Usage

  • Create Uart1Wire object on desired serial port.
from uart1wire import Uart1Wire

u1w = Uart1Wire('/dev/ttyUSB0')
  • Use reset, bytewrite and byteread methods to interact with slaves on bus. For detail example see ds18b20.py file.

About

Using a UART to Implement a 1-Wire Bus Master

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages