flash based config testing

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config_table.h Source File

config_table.h

00001 #ifndef __CONFIG_TABLE_H
00002 #define __CONFIG_TABLE_H
00003 
00004 #define ROWS 121
00005 #define COLUMNS 49
00006 
00007 #define W_STEP 25.f
00008 
00009 #endif