摘要:
uno // @Author : Hcm #include <SoftwareSerial.h> // 软串口 #include <LobotServoController.h> // 控制舵机 #include <OneButton.h> // 按钮库 #define KEY_START 9 // 阅读全文
posted @ 2023-10-17 17:59
ihuahua1415
阅读(22)
评论(0)
推荐(0)
摘要:
mega // @Author : Hcm #include <LobotServoController.h> // 舵机板通信 #include <OneButton.h> // 按钮库 #include <String.h> // 处理字符串 // 时间都默认加了50 #define KEY_S 阅读全文
posted @ 2023-10-17 17:58
ihuahua1415
阅读(35)
评论(0)
推荐(0)
摘要:
openmv import sensor, image, time, math from pyb import LED, millis, UART class RobotControl: flag = 0 # 代表是否使用更新的区域来进行下一次检测 def __init__(self): # 获取三 阅读全文
posted @ 2023-10-17 17:56
ihuahua1415
阅读(53)
评论(0)
推荐(0)
摘要:
v831 import time, math from maix import nn, camera, display, image import serial class YOLOv2: def __init__(self, model_path, labels, anchors, net_in_ 阅读全文
posted @ 2023-10-17 17:54
ihuahua1415
阅读(41)
评论(0)
推荐(0)