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: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI
LaserMon-TEC.h
00001 00002 // ---------------------------------------------------------------------- 00003 // LaserMon-TEC.h 00004 // 00005 // Fredric L. Rice, June 2019 00006 // 00007 // ---------------------------------------------------------------------- 00008 00009 // ---------------------------------------------------------------------- 00010 // Defined constants and MACROs we may use 00011 // 00012 // ---------------------------------------------------------------------- 00013 00014 #define TEC_HISTORY_COUNT_MAX 10 00015 00016 // ---------------------------------------------------------------------- 00017 // External function prototype that we will export 00018 // 00019 // ---------------------------------------------------------------------- 00020 00021 extern void TECInit(void); 00022 extern void TECThread(void); 00023 extern uint16_t TECGetLastTenAverage(void); 00024 00025 // End of file 00026
Generated on Thu Jul 14 2022 16:41:21 by
1.7.2