version 0.20

This commit is contained in:
NIIBE Yutaka
2012-06-19 10:19:26 +09:00
parent cb8ee10292
commit b3c15ce93c
9 changed files with 46 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ You can use/distribute/modify/etc. this for any purpose.
import binascii
class intel_hex:
class intel_hex(object):
def __init__(self, filename):
self.start_address = 0
self.address = 0