Mercurial > public > hwos_code
view src/wait.inc @ 490:8dfb93e80338
NEW: Deep Sleep mode for OSTC Plus and OSTC 2 (2017) (Entered automatically)
NEW: Logbook detail page in larger font (And nicer layout)
CHANGE: Sleep mode current slightly reduced for all hwOS devices
NEW: Logbook now records battery information
NEW: Markers in internal logbook drawn as small "m" next to the profile
author | heinrichsweikamp |
---|---|
date | Wed, 29 Mar 2017 21:35:12 +0200 |
parents | 653a3ab08062 |
children | b455b31ce022 |
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 hwos.asm extern speed_eco ; SPEED_ECO: 4MHz extern speed_normal ; SPEED_NORMAL: 16MHz extern speed_fastest ; SPEED_FASTEST: 64MHz