|
Contiki 2.5
|
This is the main file for the Raven LCD application.More...
#include "lcd.h"#include "key.h"#include "main.h"#include "uart.h"#include "timer.h"#include "menu.h"#include "temp.h"#include <avr/io.h>#include <avr/fuse.h>Go to the source code of this file.
Functions | |
| void | read_menu (uint8_t ndx) |
| This will read the menu_items[] from the index requested. More... | |
| void | check_main_menu (void) |
| This will toggle the CONTIKI and 6LOWPAN LCD menus in the main menu position, unless alternate text has been sent from the 1284p. More... | |
| void | check_menu (void) |
| This will check for the temp menu screen to determine if we need to clear the 4 digit LCD segments or stop an auto temp send. More... | |
| int | main (void) |
| This is main... | |
This is the main file for the Raven LCD application.
Definition in file raven3290.c.
1.8.3.1