mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc: Remove FS templates.
This commit is contained in:
parent
cbd7117159
commit
94c45cdfbe
@ -1,19 +0,0 @@
|
||||
static const char fresh_readme_txt[] =
|
||||
"Thank you for supporting Arduino and the OpenMV project!\r\n"
|
||||
"\r\n"
|
||||
"To download the OpenMV IDE, please visit:\r\n"
|
||||
"https://openmv.io/pages/download\r\n"
|
||||
"\r\n"
|
||||
"For tutorials and documentation, please visit:\r\n"
|
||||
"https://docs.arduino.cc/\r\n"
|
||||
"http://docs.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For technical OpenMV support and projects, please visit the forums:\r\n"
|
||||
"http://forums.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For Arduino related issues, please visit the Arduino help center:\r\n"
|
||||
"https://support.arduino.cc/\r\n"
|
||||
"\r\n"
|
||||
"Please use Github to report bugs and issues:\r\n"
|
||||
"https://github.com/openmv/openmv\r\n"
|
||||
;
|
||||
@ -1,19 +0,0 @@
|
||||
static const char fresh_readme_txt[] =
|
||||
"Thank you for supporting Arduino and the OpenMV project!\r\n"
|
||||
"\r\n"
|
||||
"To download the OpenMV IDE, please visit:\r\n"
|
||||
"https://openmv.io/pages/download\r\n"
|
||||
"\r\n"
|
||||
"For tutorials and documentation, please visit:\r\n"
|
||||
"https://docs.arduino.cc/\r\n"
|
||||
"http://docs.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For technical OpenMV support and projects, please visit the forums:\r\n"
|
||||
"http://forums.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For Arduino related issues, please visit the Arduino help center:\r\n"
|
||||
"https://support.arduino.cc/\r\n"
|
||||
"\r\n"
|
||||
"Please use Github to report bugs and issues:\r\n"
|
||||
"https://github.com/openmv/openmv\r\n"
|
||||
;
|
||||
@ -1,19 +0,0 @@
|
||||
static const char fresh_readme_txt[] =
|
||||
"Thank you for supporting Arduino and the OpenMV project!\r\n"
|
||||
"\r\n"
|
||||
"To download the OpenMV IDE, please visit:\r\n"
|
||||
"https://openmv.io/pages/download\r\n"
|
||||
"\r\n"
|
||||
"For tutorials and documentation, please visit:\r\n"
|
||||
"https://docs.arduino.cc/\r\n"
|
||||
"http://docs.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For technical OpenMV support and projects, please visit the forums:\r\n"
|
||||
"http://forums.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For Arduino related issues, please visit the Arduino help center:\r\n"
|
||||
"https://support.arduino.cc/\r\n"
|
||||
"\r\n"
|
||||
"Please use Github to report bugs and issues:\r\n"
|
||||
"https://github.com/openmv/openmv\r\n"
|
||||
;
|
||||
@ -1,19 +0,0 @@
|
||||
static const char fresh_readme_txt[] =
|
||||
"Thank you for supporting Arduino and the OpenMV project!\r\n"
|
||||
"\r\n"
|
||||
"To download the OpenMV IDE, please visit:\r\n"
|
||||
"https://openmv.io/pages/download\r\n"
|
||||
"\r\n"
|
||||
"For tutorials and documentation, please visit:\r\n"
|
||||
"https://docs.arduino.cc/\r\n"
|
||||
"http://docs.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For technical OpenMV support and projects, please visit the forums:\r\n"
|
||||
"http://forums.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For Arduino related issues, please visit the Arduino help center:\r\n"
|
||||
"https://support.arduino.cc/\r\n"
|
||||
"\r\n"
|
||||
"Please use Github to report bugs and issues:\r\n"
|
||||
"https://github.com/openmv/openmv\r\n"
|
||||
;
|
||||
@ -113,7 +113,6 @@ OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/common/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/imlib/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/modules/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/sensors/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/templates/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/ports/$(PORT)/
|
||||
OMV_CFLAGS += -I$(TOP_DIR)/$(OMV_DIR)/ports/$(PORT)/modules/
|
||||
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
static const char fresh_main_py[] =
|
||||
"# main.py -- put your code here!\n"
|
||||
"import pyb, time\n"
|
||||
"led = pyb.LED(3)\n"
|
||||
"usb = pyb.USB_VCP()\n"
|
||||
"while (usb.isconnected()==False):\n"
|
||||
" led.on()\n"
|
||||
" time.sleep_ms(150)\n"
|
||||
" led.off()\n"
|
||||
" time.sleep_ms(100)\n"
|
||||
" led.on()\n"
|
||||
" time.sleep_ms(150)\n"
|
||||
" led.off()\n"
|
||||
" time.sleep_ms(600)\n"
|
||||
;
|
||||
@ -1,15 +0,0 @@
|
||||
static const char fresh_readme_txt[] =
|
||||
"Thank you for supporting the OpenMV project!\r\n"
|
||||
"\r\n"
|
||||
"To download the IDE, please visit:\r\n"
|
||||
"https://openmv.io/pages/download\r\n"
|
||||
"\r\n"
|
||||
"For tutorials and documentation, please visit:\r\n"
|
||||
"http://docs.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"For technical support and projects, please visit the forums:\r\n"
|
||||
"http://forums.openmv.io/\r\n"
|
||||
"\r\n"
|
||||
"Please use github to report bugs and issues:\r\n"
|
||||
"https://github.com/openmv/openmv\r\n"
|
||||
;
|
||||
Loading…
Reference in New Issue
Block a user