File tree Expand file tree Collapse file tree
firmware/scripts/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424import sys
2525import vfs
2626
27- main_py = """import time
28- from machine import LED
29-
30- led = LED("LED_BLUE")
31-
32- while True:
33- led.on()
34- time.sleep_ms(150)
35- led.off()
36- time.sleep_ms(100)
37- led.on()
38- time.sleep_ms(150)
39- led.off()
40- time.sleep_ms(600)
41- """
27+ main_py = """from inspec import inspec_sensor
4228
43- readme_txt = """Thank you for supporting the OpenMV project!
29+ inspec = inspec_sensor()
30+ inspec.monitor()
31+ """
4432
45- To download the IDE, please visit:
46- https://openmv.io/pages/download
33+ readme_txt = """Thank you for supporting the INSPEC project!Add commentMore actions
4734
48- For tutorials and documentation , please visit:
49- http ://docs.openmv.io/
35+ For setup instructions , please visit:
36+ https ://github.com/lucidcode/Halovision-INSPEC/wiki/Setup%E2%80%90en
5037
51- For technical support and projects , please visit the forums :
52- http ://forums.openmv.io/
38+ For documentation , please visit:
39+ https ://github.com/lucidcode/Halovision-INSPEC/wiki/Settings%E2%80%90en
5340
54- Please use github to report bugs and issues:
55- https://github.com/openmv/openmv
41+ Please use GitHub to report bugs and issues:
42+ https://github.com/lucidcode/Halovision-INSPEC
5643"""
5744
5845bdev = None
You can’t perform that action at this time.
0 commit comments