From 4b8dea2f142172f3364949195aa18090f9d2b8c2 Mon Sep 17 00:00:00 2001 From: Pavel Štemberk Date: Sun, 5 Jan 2014 13:33:41 +0100 Subject: Add support for more Microchip devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch was contributed by Pavel Štemberk Signed-off-by: Michael Buesch --- libtoprammer/chips/microchip8/pic16f1829dip20.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtoprammer/chips/microchip8/pic16f1829dip20.py') diff --git a/libtoprammer/chips/microchip8/pic16f1829dip20.py b/libtoprammer/chips/microchip8/pic16f1829dip20.py index 3e65099..ee52059 100644 --- a/libtoprammer/chips/microchip8/pic16f1829dip20.py +++ b/libtoprammer/chips/microchip8/pic16f1829dip20.py @@ -24,6 +24,9 @@ from microchip8_splittedPMarea_hasResetPC import * class Chip_Pic16F1829dip20(microchip8_splittedPMarea_hasResetPC): + nLatches = 32 + rowSize = 32 + hasEEPROM = True def __init__(self): -- cgit v1.2.3