10 2023 档案
摘要:本教程将给出一种通用的,适用于arduino(uno和mega等)单片机的一个通信的教程,通过对例程的修改,可以做成任意的符合需求的代码,下面请看。 // 函数定义 String detectString_openmv(); int recv_order(); String detectString
阅读全文
摘要:uno // @Author : Hcm #include <SoftwareSerial.h> // 软串口 #include <LobotServoController.h> // 控制舵机 #include <OneButton.h> // 按钮库 #define KEY_START 9 //
阅读全文
摘要:mega // @Author : Hcm #include <LobotServoController.h> // 舵机板通信 #include <OneButton.h> // 按钮库 #include <String.h> // 处理字符串 // 时间都默认加了50 #define KEY_S
阅读全文
摘要:openmv import sensor, image, time, math from pyb import LED, millis, UART class RobotControl: flag = 0 # 代表是否使用更新的区域来进行下一次检测 def __init__(self): # 获取三
阅读全文
摘要:v831 import time, math from maix import nn, camera, display, image import serial class YOLOv2: def __init__(self, model_path, labels, anchors, net_in_
阅读全文
阅读目录(Content)
此页目录为空