Enhanced comments in graph.py

pull/103/head
Reinhard Keil 3 years ago committed by GitHub
parent b22023c823
commit e20e934c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
# and to access to the classes for the Graph Graph.
from cmsisdsp.cg.scheduler import *
# Include definition of the nodes defined in 'nodes.py'.
# Include definition of the processing nodes defined in 'nodes.py'.
from nodes import *
# Define data type 'float' used for all IOs in this example

Loading…
Cancel
Save