#include "config.h"
#include <stdio.h>
#include <avr/pgmspace.h>
#include "lh155.h"
#include "display.h"
#include "fontlist.h"
#include "xpal_board.h"
#include "keys.h"
#include "shell-fs.h"
#include "hlog-hlog.h"
#include "xpal_noise.h"
Data Structures | |
struct | num_log_s |
state of housenumber logging More... | |
Typedefs | |
typedef struct num_log_s | num_log_t |
state of housenumber logging | |
Functions | |
void | hl_handle_key (keyscan_t key, gps_parser_t *hlparser) |
handle keypress | |
Variables | |
gps_position_t | gpsdata |
struct holding all GPS data to write to GPX file |