Classes
OWElement
OWElement(id, type, size, addr, mem_handler)
Memory class with extra functionality for 1-wire memories
Initialize the memory with good defaults
Ancestors (in MRO)
Class variables
element_mapping
Methods
def disconnect(self)
def erase(self, write_finished_cb)
def new_data(self, mem, addr, data)
Callback for when new memory data has been fetched
def update(self, update_finished_cb)
Request an update of the memory content
def write_data(self, write_finished_cb)
def write_done(self, mem, addr)