程序所在目錄:ex_PWM 打開,進行如下操作: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL,編譯鏈接 3. File->Load Program 4. Debug->Run 可以看到電機開始轉動。本例程中PWM的頻率是1KHZ ,輸出的是兩路帶死去的PWM波形對。用戶只需更改參數XPWM即可改變電機的轉速和方向。該參數設置如下: XPWM=2400 最大值2500 When xpwm=0-900, 逆時針方向旋轉,值越小,轉速越快 When xpwm=1600-2500, 順時針方向旋轉,值越大,轉速越快 When xpwm=900-1600,電機兩端電壓太低,基本上不足以起轉。
上傳時間: 2017-04-26
上傳用戶:jkhjkh1982
Interactive smoothing for time-series signals, with sliders that allow you to adjust the smoothing parameters continuously while observing the effect on your signal dynamically. Run SmoothSliderTest to see how it works.
標簽: smoothing Interactive time-series signals
上傳時間: 2014-12-07
上傳用戶:xinyuzhiqiwuwu
A few drivers for the Motorola C380 s celluar phone hardware with a simple test application. It s configured to build a binary that is to be uploaded at 0x03fd0000 and run at 0x03fd0010
標簽: application Motorola hardware drivers
上傳時間: 2017-05-01
上傳用戶:zhangzhenyu
AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: - the Ada compiler - the Ada run time system - the AVR support library Some sample programs are provided as well.
標簽: microcontrollers the includes AVR-Ada
上傳時間: 2017-05-06
上傳用戶:lacsx
The BuildBot is a system to automate the compile/test cycle required by most software projects. CVS commits trigger new builds, run on a variety of client machines. Build status (pass/fail/etc) are displayed on a web page or through other protocols.
標簽: BuildBot automate required projects
上傳時間: 2017-05-06
上傳用戶:懶龍1988
伸展樹,基本數據結構,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.
標簽: 樹
上傳時間: 2017-05-07
上傳用戶:JIUSHICHEN
interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./interrupt
標簽: arm-linux-gcc application interrupt compile
上傳時間: 2017-05-07
上傳用戶:sunjet
C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language. The latest file releases
標簽: interpreter developers for end-users
上傳時間: 2014-08-15
上傳用戶:2525775
C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was developed, since both the system and most of the programs that run on it are written in C. The language, however, is not tied to any one operating system or machine and although it has been called a ``system programming language because it is useful for writing compilers and operating systems, it has been used equally well to write major programs in many different domains.
標簽: general-purpose programming associated operating
上傳時間: 2014-01-14
上傳用戶:我干你啊
Cash point simulator. You can add/remove/block users account, withdraw and deposit money. C++ Builder environment dll s are obligatory to run this demo.
標簽: simulator withdraw account deposit
上傳時間: 2017-05-18
上傳用戶:1966640071