![]() |
embedded system library for e-puck
1.0.1
A redesigned API library for the e-puck robot platform
|
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
#define | TRUE 1 |
#define | false 0 |
#define | true 1 |
#define | BIT(b) (1<<(b)) |
#define | el_nop() {__asm__ volatile ("nop");} |
#define | NEVER_RETURN void __attribute__ ((noreturn)) |
This header file defines 'el_enum', 'el_flags' and 'el_handle'.