Mercurial > public > hwos_code
view src/wait.inc @ 162:95d05cc14736
NEW: Safe tissue data, date and time during firmware update
CHANGE: Postion of min. and (NEW:) max. temperature in logbook
author | heinrichsweikamp |
---|---|
date | Tue, 09 Sep 2014 21:17:25 +0200 |
parents | 11d4fc797f74 |
children | 653a3ab08062 |
line wrap: on
line source
;============================================================================= ; ; File wait.asm ; ; Wait routines ; ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. ;============================================================================= ; HISTORY ; 2004-01-31 : [chsw] Initial version. ; 2007-05-11 : Updated (OSTC code). ; 2011-06-24 : [MH] Added clock speeds. ;============================================================================= WAITMS macro waitms_temp movlw waitms_temp call WAITMSX endm extern WAITMSX ; asm routines in ostc3.asm extern speed_eco ; SPEED_ECO: 4MHz extern speed_normal ; SPEED_NORMAL: 16MHz extern speed_fastest ; SPEED_FASTEST: 64MHz