#include "p30f6014A.h"
#include "stdio.h"
#include "string.h"
#include "uart/e_uart_char.h"
#include "motor_led/e_init_port.h"
#include "ComModule.h"
#include "runcollaboration.h"
#include "runaccelerometer.h"
#include "runbreitenberg_adv.h"
#include "runlocatesound.h"
#include "runwallfollow.h"
#include "runfollowball.h"
#include "runfftlistener.h"
#include "rungrounddirection.h"
#include "utility.h"
Functions | |
| int | main () |
| The main function of the application. | |
This file regroups all the programmes demo. You can choose the one you want to try by moving the selector.
Here is the the demo corresponding to the selector position:
| int main | ( | ) |
The main function of the application.
The main function launch one of the following self-governing function depending of the selector position: run_accelerometer(); run_locatesound(); run_wallfollow(); run_grounddirection(); run_breitenberg_follower(); run_breitenberg_shocker(); run_follow_ball_green(); run_follow_ball_red(); run_follow_ball(); run_fft_listener();
1.5.4