MCPcopy Create free account
hub / github.com/kiibohd/controller / process

Method process

Lib/host.py:498–508  ·  view source on GitHub ↗

Run main commands

( self )

Source from the content-addressed store, hash-verified

496 return args
497
498 def process( self ):
499 '''
500 Run main commands
501 '''
502 # Initialize kiibohd
503 logger.info("Host_init")
504 self.kiibohd.Host_init()
505 print("")
506
507 # Run cli if enabled
508 self.virtual_serialport_process()
509
510 def loop( self, number_of_loops=1 ):
511 '''

Callers 1

interface.pyFile · 0.80

Calls 1

Tested by

no test coverage detected