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 Watchdog SDFileSystem DigoleSerialDisp
devices.h
00001 /* 00002 * devices.h 00003 * 00004 * Configure device assignments and device objects 00005 * 00006 * Created on: May 7, 2014 00007 * Author: mes 00008 */ 00009 00010 #ifndef DEVICES_H_ 00011 #define DEVICES_H_ 00012 00013 /** Device Objects */ 00014 #include "L3G4200D.h" 00015 00016 extern L3G4200D gyro; 00017 00018 #include "mbed.h" 00019 #include "boards.h" 00020 00021 /** GPS */ 00022 #define GPSTX UART1TX 00023 #define GPSRX UART1RX 00024 00025 /** Telemetry */ 00026 #define TELEMTX UART2TX 00027 #define TELEMRX UART2RX 00028 00029 /** LCD */ 00030 #define LCDTX UART3TX 00031 #define LCDRX UART3RX 00032 00033 /** UI Buttons */ 00034 #define BUTTONNEXT _D1 00035 #define BUTTONPREV _P1 00036 #define BUTTONSELECT _D0 00037 00038 #endif /* CONFIG_H_ */
Generated on Tue Jul 12 2022 21:36:18 by
1.7.2