mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Initial Arduino IDE based on Processing.
This commit is contained in:
28
build/shared/lib/avrlib/conf/stxetxconf.h
Executable file
28
build/shared/lib/avrlib/conf/stxetxconf.h
Executable file
@@ -0,0 +1,28 @@
|
||||
/*! \file stxetxconf.h \brief STX/ETX Packet Protocol Implementation Configuration. */
|
||||
//*****************************************************************************
|
||||
//
|
||||
// File Name : 'stxetx.h'
|
||||
// Title : STX/ETX Packet Protocol Implementation Configuration
|
||||
// Author : Pascal Stang - Copyright (C) 2002-2003
|
||||
// Created : 10/9/2002
|
||||
// Revised : 02/10/2003
|
||||
// Version : 0.1
|
||||
// Target MCU : any
|
||||
// Editor Tabs : 4
|
||||
//
|
||||
// This code is distributed under the GNU Public License
|
||||
// which can be found at http://www.gnu.org/licenses/gpl.txt
|
||||
//
|
||||
//*****************************************************************************
|
||||
|
||||
#ifndef STXETXCONF_H
|
||||
#define STXETXCONF_H
|
||||
|
||||
// STX/ETX Configuration Options
|
||||
|
||||
// This determines the size of the Packet Receive Buffer
|
||||
// where whole verified packets are copied after being received
|
||||
#define STXETX_MAXRXPACKETSIZE 20 // length of packet buffer
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user