Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

9 行
106 B

  1. language: python
  2. python:
  3. - "3.4"
  4. - "3.5"
  5. - "3.6"
  6. install:
  7. - pip install -e .
  8. script:
  9. - make test