-
robosensorping
#include
#include
Servo servo1;
Servo servo2;
Servo servo3;
#define TRIGGER_PIN 12
#define ECHO_PIN 13
int pos = 0;
Ultrasonic ultrasonic(TRIGGER_PIN, ECHO_PIN);
void setup()
{
servo1.attach(8);
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-22 13:52:38下载
- 积分:1
-
Arduino 远程遥控
实现硬件与上位机的快速网络传输
- 2022-01-25 22:20:54下载
- 积分:1
-
test-project
测试Android功能的详情页面内容,能够使界面元素被程序化的序列点击。(Testing the details of Android functionality page content enables interface elements to be programmed by sequential clicks.)
- 2019-06-22 12:04:12下载
- 积分:1
-
Pixy
说明: 此部分程序为对PIXY Cmucam5摄像头进行设置的程序,功能主要是实现机器人的视觉跟踪(This part of the program for the PIXY Cmucam5 camera settings, the main function is to achieve the robot's visual tracking)
- 2017-09-19 21:24:35下载
- 积分:1
-
Arduino的摩尔斯码——SOS
Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。 Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。
- 2022-03-09 13:20:34下载
- 积分:1
-
arduino通过iic控制多个两个数字光传感器(BH1750),分配地址位!
网上看了下很少用一个IIC共用多个传感器,我分享下最近我做的一个基于两个IIC的数字光传感器(BH1750),通过分配不同地址,来同时获取多传感器的数值!
- 2023-03-23 20:30:04下载
- 积分:1
-
DS1302 库和实例
#if ARDUINO > = 100
#include"Arduino.h"
#else
#include"WProgram.h"
#endif
#include"DS1302.h"
/ * * * 时间定义 * * * /
Time::Time (uint16_t 年,uint8_t 星期一,uint8_t 日期
- 2022-03-20 16:21:15下载
- 积分:1
-
特色温度计v4(演示版)
说明: 通过温度传感器采集温度信息,直流电机驱动齿轮带动表盘显示当前温度(Temperature information is collected by temperature sensor, and the current temperature is displayed by the dial driven by gear driven by DC motor.)
- 2020-06-16 14:20:01下载
- 积分:1
-
04_Test-20190611T152621Z-001
Design of digital systems, Tes01 arduino and proteus.
- 2019-06-11 23:21:44下载
- 积分:1
-
PID_AdaptiveTunings1_1
一种基于Arduous单片机的p.i.d控制程序,可以通过使能端控制被控对象的输出变化方向,例如电机正反转、冰箱升温降温等。也可以根据个人需要去掉使能端,只用PID算法。(A P.I.D controller is accomplished based on M.C.U. we download the P.I.D lib from Internet and add it to the developing software environment. finally, we developed a program that finished the P.I.D controller function.)
- 2021-04-11 10:28:59下载
- 积分:1