User Tools

Site Tools


module:micropython:multiprocessexecution:multiprocessexecution01v01

This is an old revision of the document!


MultiProcessExecution 01V00

Übersicht

Benutzung

VSCode-MicroPython-Terminal:

 

Hauptmodul Esp32MultiProcessExecution.py

>>>
*** Check Esp32MultiProcessExecution: begin
CBOnStart[CU]
CBOnBusy[CU]
*** Check CountUp: begin
CountUp---System.Counter[1]
CBOnStart[CD]
CBOnBusy[CD]
*** Check CountDown: begin
CountDown-System.Counter[0]
CountUp---System.Counter[1]
CountUp---System.Counter[2]
CountDown-System.Counter[1]
CountUp---System.Counter[2]
CountDown-System.Counter[1]
CountUp---System.Counter[2]
CountUp---System.Counter[3]
CountDown-System.Counter[2]
CountUp---System.Counter[3]
CountDown-System.Counter[2]
CountUp---System.Counter[3]
CountUp---System.Counter[4]
CountDown-System.Counter[3]
CountUp---System.Counter[4]
CountDown-System.Counter[3]
*** Check CountUp: end
CBOnEnd[CU]
CountDown-System.Counter[2]
CountDown-System.Counter[1]
CountDown-System.Counter[0]
*** Check CountDown: end
CBOnEnd[CD]
CBOnAbort[CU]
CBOnAbort[CD]
*** Check Esp32MultiProcessExecution: end
>>>

ChildProcess BlinkFast.py

 

ChildProcess BlinkSlow.py

 

ChildProcess CountUp.py

 

ChildProcess CountDown.py

 

Library Thread.py

 

Version

module/micropython/multiprocessexecution/multiprocessexecution01v01.1639494744.txt.gz · Last modified: 2021/12/14 17:12 (external edit)