
openmv与arduino
晓あい
这个作者很懒,什么都没留下…
展开
-
openmv与arduino四数据传输
#include <Wire.h>#include <Servo.h>Servo tail;void getList();void clearList();void words_display();// 引入驱动OLED0.96所需的库#include <Adafruit_GFX.h>#include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 // 设置OLED宽度,单位:像素#defi.原创 2022-03-19 16:20:22 · 535 阅读 · 0 评论 -
openmv与arduino通信解释
openmv代码import sensor, image, timefrom pyb import UARTimport json#设置颜色阈值yellow_threshold = (65, 100, -10, 6, 24, 51)#sensor.set_auto_gain() 自动增益开启(True)或者关闭(False)。在使用颜色追踪时,需要关闭自动#增益。#sensor.set_auto_whitebal() 自动白平衡开启(True)或者关闭(False)。在使用颜色追..原创 2022-03-12 12:26:50 · 3185 阅读 · 0 评论