91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 10.28MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-09
  • 語言: 其他
  • 標簽:

資源簡介

arduino超聲波避障小車整套內容,包括程序,原理圖

資源截圖

代碼片段和文件信息

import?muvium.compatibility.arduino.Arduino;
import?muvium.compatibility.arduino.Stepper;
?
class?MotorKnob?extends?Arduino{?
/*?
*?MotorKnob?
*?
*?A?stepper?motor?follows?the?turns?of?a?potentiometer?
*?(or?other?sensor)?on?analog?input?0.?
*?
*?http://www.arduino.cc/en/Reference/Stepper?
*/?
?
//#include??
?
//?change?this?to?the?number?of?steps?on?your?motor?
static?final?int?STEPS?=?100;
?
//?create?an?instance?of?the?stepper?class?specifying?
//?the?number?of?steps?of?the?motor?and?the?pins?it‘s?
//?attached?to?
Stepper?stepper?=?new?Stepper(this?STEPS??6543?);
?
//?the?previous?reading?from?the?analog?input?
int?previous?=?0;?
?

public?void?setup()?
{
?
//?set?the?speed?of?the?motor?to?30?RPMs?
stepper.setSpeed(100);?
}?
?
public?void?loop()?
{?
?
//?get?the?sensor?value?
int?val?=?analogRead(0);?
?
//?move?a?number?of?steps?equal?to?the?change?in?the?
//?sensor?reading?
stepper.step(val?-?previous);?
?
//?remember?the?previous?value?of?the?sensor?
previous?=?val;?
??
??
}?
??
}
?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????373760??2014-06-19?17:15??arduino超聲波避障小車\1?參考文獻資料\555定時器的典型應用電路.doc

?????文件?????725754??2014-06-19?15:54??arduino超聲波避障小車\1?參考文獻資料\Arduino的模擬仿真利器——Virtual_Breadboard.docx

?????文件????2006016??2014-06-19?15:18??arduino超聲波避障小車\1?參考文獻資料\超聲波避障小車.doc

?????文件??????30878??2014-06-22?01:19??arduino超聲波避障小車\2?原理圖\L298N原理圖.BMP

?????文件??????89790??2014-06-22?01:15??arduino超聲波避障小車\2?原理圖\總原理圖.BMP

?????文件???????1648??2014-06-21?01:29??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【1】超聲波避障仿真\arduino程序\sketch_jun17c\sketch_jun17c.ino

?????文件???????1364??2012-10-22?10:20??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【1】超聲波避障仿真\pot_moter.PWI

?????文件?????150506??2014-06-21?20:35??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【1】超聲波避障仿真\pot_motor.DSN

?????文件???????1364??2014-06-21?20:35??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【1】超聲波避障仿真\pot_motor.PWI

?????文件??????10891??2014-06-21?01:14??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【1】超聲波避障仿真\sketch_jun17c.cpp.hex

?????文件?????157900??2014-06-22?00:50??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\1602仿真.DSN

?????文件???????1364??2014-06-22?09:35??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\1602仿真.PWI

?????文件???????2089??2014-06-22?11:22??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\arduino程序\sketch_jun17c\sketch_jun17c.ino

?????文件???????2108??2014-06-22?01:03??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\arduino程序2\sketch_jun17c\sketch_jun17c.ino

?????文件?????156884??2014-06-22?00:11??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\Last?Loaded?1602仿真.DBK

?????文件??????17142??2014-06-22?01:11??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【2】1602顯示仿真\sketch_jun17c.cpp.hex

?????文件???????1352??2014-06-20?00:43??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\Arduino\sketch_jun20a\sketch_jun20a.ino

?????文件??????67710??2012-10-26?11:41??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\Arduino端口布局.DSN

?????文件??????67695??2012-10-26?08:42??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\Last?Loaded?Arduino端口布局.DBK

?????文件?????126579??2012-10-22?10:18??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\Last?Loaded?pot_moter.DBK

?????文件?????128123??2012-10-26?11:42??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\Last?Loaded?pot_motor.DBK

?????文件???????1364??2012-10-22?10:20??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\pot_moter.PWI

?????文件?????128324??2014-06-20?00:40??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\pot_motor.DSN

?????文件???????1364??2014-06-20?09:18??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\pot_motor.PWI

?????文件???????4980??2014-06-20?00:38??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\Arduino仿真之直流電機控制\proteus\sketch_jun20a.cpp.hex

?????文件?????105360??2014-06-20?00:25??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\小燈測試電路\測試電路.DSN

?????文件???????3012??2014-06-20?00:01??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【測試】測試文件\小燈測試電路\測試電路.hex

?????文件?????176448??2014-06-20?00:46??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【資料】Proteus仿真Arduino\Arduino?UNO端口與Atmal328P引腳對應圖.jpg

?????文件??????71680??2014-06-20?00:50??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【資料】Proteus仿真Arduino\【資料】Arduino中Hex文件的生成及保存.doc

?????文件?????103699??2014-06-20?00:33??arduino超聲波避障小車\3?避障小車仿真\【仿真】小車Proteus仿真圖\【資料】Proteus仿真Arduino\【資料】Arduino仿真之直流電機控制.zip

............此處省略47個文件信息

評論

共有 條評論