Documentation for “Zerocat Chipflasher” as of Sun, 02 Nov 2025 23:35:51 +0100
Repository: git://zerocat.org/zerocat/projects/chipflasher.git
Version: v2.3.0-301-0a261ee71
Branch: master
Propeller Spin/PASM Compiler 'OpenSpin' (c)2012-2016 Parallax Inc. DBA Parallax Semiconductor.
Version 1.00.78
Compiling...
../../firmware2/src/time.spin
Done.
Program size is 104 bytes
______________________________________________________________________________
********************************************************* File starts here ***
Zerocat Chipflasher --- Flash free firmware, kick the Management Engine.
Copyright (C) 2020, 2021, 2022, 2025 Kai Mertens
File time.spin --- provide some handy timing methods
This file is part of Zerocat Chipflasher.
See end of file for terms of use.
******************************************************************************
# Interface Description
Object "../../firmware2/src/time" Interface:
PUB sleep(number_of_seconds)
PUB sleep_msec(n)
PUB sleep_husec(n)
PUB sleep_10us
Program: 22 Longs
Variable: 0 Longs
# Loaded Objects
# Constants
* SPIN Interpreter Overhead
# Functions
_____________________________
PUB sleep(number_of_seconds)
Sleep some seconds.
__________________
PUB sleep_msec(n)
Sleep n milliseconds.
___________________
PUB sleep_husec(n)
Sleep n * 100 microseconds.
_______________
PUB sleep_10us
Sleep 10 microseconds.
******************************************************************************
Terms of Use:
Zerocat Chipflasher is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
Zerocat Chipflasher is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with Zerocat Chipflasher. If not, see <http://www.gnu.org/licenses/>.
************************************************************** End of File ***