#include <avr/io.h>
#include <avr/signal.h>
#include <avr/interrupt.h>
#include <ucos_ii.h>
#include <avr_isr.h>
Ir al código fuente de este archivo.
Definiciones | |
#define | COLOR_BLACK 0 |
#define | COLOR_RED 1 |
#define | COLOR_GREEN 2 |
#define | COLOR_BROWN 3 |
#define | COLOR_BLUE 4 |
#define | COLOR_MAGENTA 5 |
#define | COLOR_CYAN 6 |
#define | COLOR_WHITE 7 |
#define COLOR_BLACK 0 |
#define COLOR_BLUE 4 |
#define COLOR_BROWN 3 |
#define COLOR_CYAN 6 |
#define COLOR_GREEN 2 |
#define COLOR_MAGENTA 5 |
#define COLOR_RED 1 |
#define COLOR_WHITE 7 |