Initial commit
This commit is contained in:
17
TMC2209/lib/tmc/hal/RS232.h
Normal file
17
TMC2209/lib/tmc/hal/RS232.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*******************************************************************************
|
||||
* Copyright © 2019 TRINAMIC Motion Control GmbH & Co. KG
|
||||
* (now owned by Analog Devices Inc.),
|
||||
*
|
||||
* Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
|
||||
* proprietary & confidential to Analog Devices, Inc. and its licensors.
|
||||
*******************************************************************************/
|
||||
|
||||
|
||||
#ifndef __RS232_H_
|
||||
#define __RS232_H_
|
||||
|
||||
#include "RXTX.h"
|
||||
|
||||
extern RXTXTypeDef RS232;
|
||||
|
||||
#endif /* __RS232_H_ */
|
||||
Reference in New Issue
Block a user