Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
139 B

  1. import sys
  2. class TestAttr(object):
  3. @staticmethod
  4. def dummy_func(msg):
  5. print('got msg:', repr(msg))
  6. sys.stdout.flush()
  7. return msg