#include "p30f6014A.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "motor_led/e_epuck_ports.h"
#include "motor_led/e_init_port.h"
#include "motor_led/advance_one_timer/e_agenda.h"
#include "motor_led/advance_one_timer/e_led.h"
#include "motor_led/advance_one_timer/e_motors.h"
#include "uart/e_uart_char.h"
#include "a_d/advance_ad_scan/e_ad_conv.h"
#include "a_d/advance_ad_scan/e_prox.h"
#include "utility.h"
#include "runwallfollow.h"
Functions | |
| int | followgetSelectorValue () |
| Looking at the selector value. | |
| void | followGetSensorValues (int *sensorTable) |
| void | followsetSpeed (int LeftSpeed, int RightSpeed) |
| Set robot speed. | |
| void | run_wallfollow () |
| The "main" function of the program. | |
| int followgetSelectorValue | ( | ) |
Looking at the selector value.
Callibrate the proxymity sensor
| void followGetSensorValues | ( | int * | sensorTable | ) |
Read the sensors proxymities
| sensorTable | Where the value must be stocked |
1.5.4