From a0a13089d20e96236b9d92ab7a8f2aa9ac868723 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 13 Oct 2013 23:48:58 +0200 Subject: Stop abuse of SUPPORT_... flags Signed-off-by: Michael Buesch --- libtoprammer/chips/microchip8/pic12f629dip8.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libtoprammer/chips/microchip8/pic12f629dip8.py') diff --git a/libtoprammer/chips/microchip8/pic12f629dip8.py b/libtoprammer/chips/microchip8/pic12f629dip8.py index bce3939..fae3afa 100644 --- a/libtoprammer/chips/microchip8/pic12f629dip8.py +++ b/libtoprammer/chips/microchip8/pic12f629dip8.py @@ -27,9 +27,8 @@ class Chip_Pic12F629dip8(microchip8_splittedPMarea): voltageVPP = 9 userIDLocationSize = 4 - SUPPORT_EEPROMREAD = (1 << 4) - SUPPORT_EEPROMWRITE = (1 << 5) - + hasEEPROM = True + CMD_BEGIN_INTERNALLY_TIMED_PROGRAMMING = 0x08 delayTinternalProgPM = 0.002 delayTinternalProgDM = 0.005 -- cgit v1.2.3