登录
首页 » arduino » 超声波模块程序

超声波模块程序

于 2022-12-16 发布 文件大小:2.48 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

arduino超声波模块示例程序 const int TrigPin = 2; const int Echopin = 3;//发射、接收端的引脚 float distance_cm = 0; void setup() {   // put your setup code here, to run once:   Serial.begin(9600);   pinMode(TrigPin,OUTPUT);   pinMode(Echopin,OUTPUT); }   void loop() {   // 产生一个10微秒的高脉冲去触发TrigPin   digitalWrite(TrigPin,LOW);   delayMicroseconds(2);   digitalWrite(TrigPin,HIGH);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tiny_climber_control
    说明:  遥控器控制小车,通过无线串口与单片机通讯(controller control tiny car)
    2020-06-23 18:20:02下载
    积分:1
  • space
    it is the new chaleng for you because is very spacial
    2017-11-02 18:33:42下载
    积分:1
  • Gas Leak Detector Using Arduino with SMS AT commands
    燃气泄漏检测仪是一个基于Arduino的项目,它利用GSM技术在燃气泄漏发生时自动向用户发送短信。AT命令用于从gsmshield发送和接收短消息。用户还可以检查气体传感器的状态,然后设备将回复检测到的气体浓度状态。ARDUNO IDE采用纯C/C++语言,本项目只使用软件库和人工AT命令。为了运行设备,您需要有MQ5气体传感器、Arduino或Arduino克隆ATMega328 mcu、GSM屏蔽和L293d蜂鸣器和其他输出设备IC。
    2022-10-30 19:00:03下载
    积分:1
  • ESP12E Motor Shield
    NodeMcu L293D 电机驱动扩展板,使用方法(Node McuL293D Motor Drive Extension Board, Use Method)
    2020-06-24 14:20:01下载
    积分: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
  • [安卓开源]仿手机QQ音乐播放器项目
    654684313216846123168
    2019-07-04 12:31:29下载
    积分:1
  • 红外心率检测
    红外耳夹采集通过转接板到Arduino上显示心率值
    2023-05-20 17:55:03下载
    积分:1
  • 01.Basics
    流水灯:LED小灯依次亮起再依次熄灭亮亮亮亮亮亮亮亮亮亮亮亮亮亮亮亮了(Running light: the LED light turns on in turn and then goes out in turn, bright, bright, bright, bright, bright and bright)
    2017-12-31 13:48:14下载
    积分:1
  • ESP-CoAP
    基于ESP8266 的物联网CoAP的实现(Implementation of Internet of Things CoAP Based on ESP8266)
    2019-01-12 00:16:40下载
    积分:1
  • Si4713_Arduino控制资料
    Si417发射机的PCB文件以及数据手册、arduino控制si4713的代码文件。(The PCB file of Si417 transmitter and the code file of data manual and Arduino controlling si4713.)
    2020-06-21 12:20:02下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载