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

LaserMon-ScanInput.h

00001 
00002 // ----------------------------------------------------------------------
00003 // LaserMon-ScanInput.h
00004 //
00005 // Fredric L. Rice, June 2019
00006 //
00007 // ----------------------------------------------------------------------
00008 
00009 // ----------------------------------------------------------------------
00010 // External function prototype that we will export
00011 // 
00012 // ----------------------------------------------------------------------
00013 
00014 extern void ScanInputInit(void);
00015 extern void ScanInputThread(bool b_allowPlotting);
00016 
00017 // End of file
00018