STM32 EEPROM Testing

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers globals.h Source File

globals.h

00001 #ifndef GLOBALS_H
00002 #define GLOBALS_H
00003 /* globals.h */
00004 
00005 #define EMIT_OFF   0
00006 #define EMIT_ON    1
00007 
00008 extern SPI g_SPI1;
00009 
00010 extern Serial pc;
00011 extern int g_rx_char;
00012 extern uint32_t g_optics_timer_ms;
00013 extern int g_emit_mode;
00014 
00015 #endif