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-TestOutput.h Source File

LaserMon-TestOutput.h

00001 
00002 // ----------------------------------------------------------------------
00003 // LaserMon-TestOutput.h
00004 //
00005 // Fredric L. Rice, June 2019
00006 //
00007 // ----------------------------------------------------------------------
00008 
00009 // ----------------------------------------------------------------------
00010 // Data which this module will export globally
00011 //
00012 // ----------------------------------------------------------------------
00013 
00014 extern float f_rampVoltage;
00015 
00016 // ----------------------------------------------------------------------
00017 // External function prototype that we will export
00018 // 
00019 // ----------------------------------------------------------------------
00020 
00021 extern void TestOutputInit(void);
00022 extern void TestOutputThread(void);
00023 
00024 // End of file
00025