-
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
-
IrDA Reader
连接埃尔斯特仪表并通过IrDA传感器检索数据并存储数据以备将来使用过程。你呢可以使用此数据来警告使用情况。
- 2022-07-01 03:02:26下载
- 积分:1
-
04_Test-20190611T152621Z-001
说明: Design of digital systems, Tes01 arduino and proteus.
- 2019-06-11 23:21:44下载
- 积分:1
-
基于arduino的空调遥控
Arduino遥控格力空调。你可以用Arduino单片机和一个红外发射管就可以开关自己家里面的格力空调。如果是其他空调,你可以根据需要将编码改掉就可以了。
- 2022-05-06 04:06:52下载
- 积分:1
-
六轴控制源代码
基于arduino控制板,六自由度舵机驱动,机械臂原型ABB机械臂,地盘一个舵机,两个主力臂舵机
- 2022-03-02 14:50:38下载
- 积分: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
-
arduino上传数据到ONENET云平台
arduino上传数据到ONENET云平台,arduino通过wifi模块连接到网络,然后再连接onent云平台上传数据,这是通过EDP协议。
- 2023-05-20 09:40:02下载
- 积分:1
-
arduino 循迹小车
ardunio红外寻迹小车的 代码,自己修改过,能实现简单的循迹,比如直角转弯,钝角转弯,弧形转弯,但是不能实现45度以下的直角转弯,这正是本程序的弊端,希望各位多多批评指正。
- 2023-08-26 18:45:03下载
- 积分:1
-
四足机器人打印件+说明书+代码
说明: 通过8个舵机 实现蜘蛛类的的仿生运动,文件包含所有的打印件及嵌入程序,提供arduino源代码,实现10多种运动模式,可以通过蓝牙或者wifi控制。(The bionic movement of spiders is realized by eight steering gears. The file contains all the prints and embedded programs. It provides Arduino source code and realizes more than 10 motion modes. It can be controlled by Bluetooth or wifi.)
- 2020-12-26 10:29:03下载
- 积分:1
-
微型气象站
平台为arduino uno r3,采集温湿度,气压、海拔、土壤湿度信息在5110屏幕上显示,并通过nrf24l01传到另外一个arduino采集板上,然后通过串口传给pc机。传感器有ds18b20,dht11,土壤湿度传感器,bmp085,显示屏为5110,一对nrf24l01。library文件夹下为所需的各种库。(The platform for Arduino uno R3, collecting temperature and humidity, air pressure, altitude, soil moisture information displayed in the 5110 screen, and through the nRF24L01 to another Arduino acquisition board, then transferred to the PC through the serial port. The sensor has DS18B20, DHT11, soil humidity sensor, bmp085, display screen is 5110, a pair of nrf24l01.Library folder is required for various libraries.)
- 2017-11-15 20:24:27下载
- 积分:1