You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/ComputeGraph/examples/example7/main.py

20 lines
180 B
Python

import sched as s
import signal, os
if __name__ == '__main__':
nb=0
error=0
try:
nb,error = s.scheduler()
except Exception as inst:
print(inst)