Global data. More...
Go to the source code of this file.
Defines | |
#define | BAUDRATE B9600 |
#define | BAUDS 0xFF |
#define | LEFT "left" |
#define | LEFT_EYELID_MAX 140 |
#define | LEFT_EYELID_MIN 5 |
#define | LEFT_EYELID_NORMAL 100 |
#define | RIGHT "right" |
#define | RIGHT_EYELID_MAX 80 |
#define | RIGHT_EYELID_MIN 220 |
#define | RIGHT_EYELID_NORMAL 127 |
#define | SERVO_LEFT 0x01 |
#define | SERVO_RIGHT 0x00 |
Global data.
This program is free software: you can redistribute it and/or modify it under the terms of the Licencia Educativa UC3M as published by the University Carlos III of Madrid, either version 1.0, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the Licencia Educativa UC3M version 1.0 or any later version for more details.
A copy of the Licencia Educativa UC3M is in the LICENSE file.
Definition in file eyelids_data.h.
#define BAUDRATE B9600 |
Definition at line 30 of file eyelids_data.h.
#define BAUDS 0xFF |
Definition at line 31 of file eyelids_data.h.
#define LEFT "left" |
Definition at line 53 of file eyelids_data.h.
#define LEFT_EYELID_MAX 140 |
Definition at line 37 of file eyelids_data.h.
#define LEFT_EYELID_MIN 5 |
Definition at line 36 of file eyelids_data.h.
#define LEFT_EYELID_NORMAL 100 |
Definition at line 38 of file eyelids_data.h.
#define RIGHT "right" |
Definition at line 54 of file eyelids_data.h.
#define RIGHT_EYELID_MAX 80 |
Definition at line 41 of file eyelids_data.h.
#define RIGHT_EYELID_MIN 220 |
Definition at line 40 of file eyelids_data.h.
#define RIGHT_EYELID_NORMAL 127 |
Definition at line 42 of file eyelids_data.h.
#define SERVO_LEFT 0x01 |
Definition at line 47 of file eyelids_data.h.
#define SERVO_RIGHT 0x00 |
Definition at line 48 of file eyelids_data.h.