ASURO - 67 -
C for ASURO
9.2.3. void FrontLED (unsigned char status)
The Front-LED (D11) will be switched ON or OFF. Valid parameters are ON respectively OFF
Example:
The front-LED will be switched on by:
FrontLED(ON);
9.2.4. void BackLED (unsigned char left, unsigned char right)
The Back-LEDs (D15 and D16) will be switched ON or OFF. The fi rst parameter describes the
state of the left back-LED (D15) while the second parameter describes the state of the back-LED
at the right side (D16). Valid parameters are ON respectively OFF
Example:
The back-LED at the right side (D16) will be switched ON and the back-LED at the left side (D15)
will be switched OFF by:
BackLED(OFF,ON);
9.2.5. void Sleep (unsigned char time72kHz)
This function will command the processor to wait some time. The waiting period may be defi ned
by a parameter (unsigned char)
4
., containing a number of maximal 255 and counting cycles from a
72kHz-timer.
Example:
0,003s
The processor should sleep for ca. 3ms.
==>
1
= 216.
72KHz
The function sleep (216); will force the processor to wait for 3ms.
Sleep (216) ;
9.2.6. void MotorDir (unsigned char left_dir, unsigned char right_dir)
This function controls the direction of both engines and should be called before calling speed
controls. Valid parameters are
FWD (Forward), RWD (Backward), BREAK (
Brake or sudden stop,
by short circuiting the motors in a transistor bridge) and FREE (Freewheeling).
Example:
The left motor should be moving forward, while the right motor is halted.
MotorDir(FWD,BREAK);
4
The authors have chosen this method deliberately, just to train the readers brains.
Содержание DLR ASURO
Страница 36: ...ASURO 36 Software Now this screen will show up Click I Agree This screen appears Click Next...
Страница 37: ...ASURO 37 Software The next screen appears Click Install and the next screen appears Wait...
Страница 40: ...ASURO 40 Software Select on the rigth side C C C C is selected Click Add to insert a new tool...
Страница 45: ...ASURO 45 Software Just for try we will open the file C ASURO_src FirstTry test c Click Open...
Страница 74: ...ASURO 74 B ASURO DIAGRAM Appendices...
Страница 75: ...ASURO 75 Appendices C RS 232 Transceiver...
Страница 76: ...ASURO 76 D USB Transceiver Appendices...
Страница 77: ...ASURO 77 E Block diagram ASURO F Block diagram PIC processor Appendices...
Страница 78: ...ASURO 78 G Contents ASURO KIT Appendices...