jdenoy / libmpsse

Automatically exported from code.google.com/p/libmpsse
0 stars 0 forks source link

Different names of values in examples/spiflash.py #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
class SPIFlash(object):
...
ID_LENGTH = 3       # Normal SPI chip ID length, in bytes
...
def ChipID(self):
...
chipid = self.flash.Read(self.IDLEN)
...

Original issue reported on code.google.com by aleksanp...@gmail.com on 2 Apr 2015 at 8:33