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.
Fork of frdm_https_HPM by
HPM_Modes.h
00001 //Uncoment one ot the MODE defintions to select implementzation type 00002 00003 //#define MODE 1 //interrupt handler and serial object are class members 00004 //interrupt data variables are static (singleton) member of main 00005 //class i.e. :: the class with the main() function 00006 //Clean up version on Jacob's code 00007 //#define MODE 2 //interrupt handler serial object and all interrupt handler 00008 //data members are HPM class instance member 00009 //#define MODE 3 //interrupt handler serial object and all interrupt handler 00010 //data members are static (singlton) member of HPM class 00011 #define MODE 4 //interrupt handler serial serial object and all interrupt 00012 //data members are static (singlton) :: (Main Class) 00013 //Honeywell_Dust_Simple_2 implementation 00014
Generated on Mon Jul 18 2022 22:46:57 by
1.7.2
