资源简介
代码片段和文件信息
#2018.8.2
import sensor image time pyb
from pyb import UART
from pyb import Timer
from pyb import LED
import json
led = pyb.LED(3) # Red LED = 1 Green LED = 2 Blue LED = 3 IR LEDs = 4.
thresholds = [(27 67 19 91 45 76) # 红色
#(21 75 3 -38 34 68) # 绿色
(27 90 -3 -28 31 125)
(0 30 0 64 -128 0)] # generic_blue_thresholds
threshold_index = 1 # 0 for red 1 for gre9en 2 for blue
sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.QVGA) #320*240
sensor.skip_frames(time = 100)
sensor.set_auto_gain(False) # must be turned off for color tracking
sensor.set_auto_whitebal(False) # must be turned off for color tracking
clock = time.clock()
uart = UART(3 115200)
uart.init(1152
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6514524 2018-12-08 20:17 寻球小车STM32程序.rar
文件 3043 2018-09-02 10:39 追踪小球v1.2.py
文件 45727 2018-08-30 09:44 追求小车-原理图-PCB\ROBOT.PrjPcb
文件 147456 2018-08-30 09:19 追求小车-原理图-PCB\ROBOT.SchDoc
文件 33836032 2018-09-01 09:15 追求小车-原理图-PCB\ROBOT1.PcbDoc
目录 0 2018-12-08 20:20 追求小车-原理图-PCB
----------- --------- ---------- ----- ----
40546782 6
- 上一篇:python大文件(爬虫大体积文件模块)
- 下一篇:Python教程-廖雪峰-优排
相关资源
- python while
- 随机生成50000个不重复的手机号码
- Python-借助adb工具配合Python脚本来实现
- HDF批量转TIF
- arp欺骗python脚本:arp_spoof.py
- python turtle画机器猫
- FP-Growth算法python实现(完整代码)
- python 获取控制台输入的值
- python随机生成学生信息并写入文件(
- python比丘特之箭(基于turtle)
- python动态 画花朵(turtle)
- python贪吃蛇(pygame入门级示例源码)
- python绘制多彩N边形(turtle)
-
深度学习目标检测提取xm
l文件中的 - python提取word中的图片到指定文件夹
- python将word转为pdf文件
- Python爬虫:爬取小说站(biqukan.com)网
- gnn(PageRank.ipynb)
- python绘制 大蟒蛇
- python 人群计数
- “去哪儿吃”帮你选餐厅(python代码
- python 画的一棵树(基于turtle+math+ran
- 轴承故障诊断python代码
- python 画奥运五环(基于turtle)
- 词向量生成(word2vector.py)
- 行列式转置(reverseArray.py)
- Python SocketServer threading
- 小型CMS源代码
- Python项目开发实战第2版高清晰PDF完整
- tensorflow版本的YOLO v3,在Windows系统下
评论
共有 条评论