Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
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
Generated on Sat Jul 30 2022 04:25:13 by
1.7.2