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.
header.h
00001 #ifndef MBED_HEADER_H 00002 #define MBED_HEADER_H 00003 00004 //Libraries 00005 #include "mbed.h" 00006 #include "LIS302.h" 00007 #include "MobileLCD.h" 00008 #include "BitmapFile.h" 00009 #include "bmp.h" 00010 00011 static LIS302 acc(p11,p12,p13,p14); //define pinouts for accelerometer 00012 static MobileLCD lcd(p5,p6,p7,p8,p9); //define pinouts for LCD 00013 static Serial pc(USBTX,USBRX); //define pinouts for USB comms if needed 00014 static InterruptIn but1 (p21); 00015 static InterruptIn but2 (p22); 00016 static InterruptIn but3 (p23); 00017 00018 //Master Function List 00019 void Graphic(void); 00020 void menuscroll(void); 00021 void Select(void); 00022 void menuscreen(void); 00023 void Precise(void); 00024 void SigCon(void); 00025 void calibrate(void); 00026 00027 #endif 00028 00029
Generated on Mon Aug 8 2022 08:50:07 by
1.7.2