Fredric Rice / Mbed 2 deprecated NextGen-Exerciser

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NextGen-Exerciser-Modbus.h Source File

NextGen-Exerciser-Modbus.h

00001 
00002 // ----------------------------------------------------------------------
00003 // NextGen-Exerciser-Modbus.h
00004 //
00005 // Fredric L. Rice, May 2019
00006 //
00007 // ----------------------------------------------------------------------
00008 
00009 #define MODBUS_STACK_SIZE       1024
00010 
00011 // ----------------------------------------------------------------------
00012 // Define external functions which other modules may invoke
00013 //
00014 // ----------------------------------------------------------------------
00015 extern void ModbusInit(void);
00016 
00017 // End of file
00018