Files | |
| file | e_agenda.c |
| Manage the agendas (timer2). | |
| file | e_agenda.h |
| Manage the agendas (timer2). | |
| file | e_led.c |
| Manage the LEDs with blinking possibility (timer2). | |
| file | e_led.h |
| Manage the LEDs with blinking possibility (timer2). | |
| file | e_motors.c |
| Manage the motors (with timer2). | |
| file | e_motors.h |
| Manage the motors (with timer2). | |
| file | e_remote_control.c |
| Manage the IR receiver module (timer2). | |
| file | e_remote_control.h |
| Manage the LEDs with blinking possibility (timer2). | |
| file | e_remote_control.h |
| Manage the LEDs with blinking possibility (timer2). | |
| file | e_agenda_fast.c |
| Manage the fast agendas (timer1, 2, 3). | |
| file | e_agenda_fast.h |
| Manage the fast agendas (timer1, 2, 3). | |
| file | e_led.c |
| Manage the LEDs with blinking possibility (timer1, 2, 3). | |
| file | e_led.h |
| Manage the LEDs with blinking possibility (timer1, 2, 3). | |
| file | e_motors.c |
| Manage the motors (with timer1, 2, 3). | |
| file | e_motors.h |
| Manage the motors (with timer1, 2, 3). | |
| file | e_epuck_ports.h |
| Define all the usefull names corresponding of e-puck's hardware. | |
| file | e_init_port.c |
| Initialize the ports on standard configuration. | |
| file | e_init_port.h |
| Initialize the ports on standard configuration. | |
| file | e_led.c |
| Manage the LEDs. A little exemple for the LEDs (all the LEDs are blinking). | |
| file | e_led.h |
| Manage the LEDs. A little exemple for the LEDs (all the LEDs are blinking). | |
| file | e_motors.c |
| Manage the motors (with timer 4 and 5). | |
| file | e_motors.h |
| Manage the motors (with timer 4 and 5). | |
| file | e_motors_timer3.c |
| Initialize the ports on standard configuration. | |
| file | e_motors_timer3.c |
| Initialize the ports on standard configuration. | |
On each timer overflow all the agenda chained list is scanned and if an agenda in the list has reached the delay, then the callback function is called.
1.5.4