Thông báo

Collapse
No announcement yet.

GiÚp ĐỠ giao tiẾp cẢm biẾn hc-sr04

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • GiÚp ĐỠ giao tiẾp cẢm biẾn hc-sr04

    Link: Giao tiếp với module cảm biến siêu âm HC-SR04 - ICViet.vn
    mọi người cho em hỏi về code của cảm biến HC-SR04 với ạ, em ko hiểu cách tạo hàm delay thế nào để phát xung 10 micro giây như thế này:
    16 GPIO_SetBits(GPIOB,GPIO_Pin_1);
    17 Delay(240);
    18 GPIO_ResetBits(GPIOB,GPIO_Pin_1);
    19 while(GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_0)==0);
    20 while(GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_0)) i++;
    21 time = (float)i/9500000;
    22 distance_mm = (time*344)*1000/2;
    23 Delay(1440000);
    em xin cám ơn mọi người rất nhiều

Về tác giả

Collapse

RealThugz Tìm hiểu thêm về RealThugz

Bài viết mới nhất

Collapse

Đang tải...
X