Fredric Rice / Mbed 2 deprecated NextGen-LaserMonitor

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LaserMon-TEC.h Source File

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