ckbot :: ckmodule :: MemIxMixin :: Class MemIxMixin
[hide private]
[frames] | no frames]

Class MemIxMixin

source code


Module mixin class implementing memory interface

This adds mem_read and mem_write methods, and a get_mem

Instance Methods [hide private]
 
mem_write(self, addr, val)
Write a byte to a memory address in the module's microcontroller
source code
 
mem_read(self, addr)
Read a memory address from the module's microncontroller
source code
 
mem_getterOf(self, addr)
Return a getter function for a memory address
source code
 
mem_setterOf(self, addr)
Return a setter function for a memory address
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__