Initial commit
This commit is contained in:
23
Clean_TMC2209/lib/tmc/boards/SelfTest.h
Normal file
23
Clean_TMC2209/lib/tmc/boards/SelfTest.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*******************************************************************************
|
||||
* 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 SELF_TEST_H
|
||||
#define SELF_TEST_H
|
||||
|
||||
#define SELF_TEST_PINS_PER_GROUP 17
|
||||
#define SELF_TEST_LEAVE 1
|
||||
#define SELF_TEST_A_OUT_B_IN 2
|
||||
#define SELF_TEST_A_IN_B_OUT 3
|
||||
#define SELF_TEST_READ_AN 4
|
||||
#define SELF_TEST_SET_AN 5
|
||||
#define SELF_TEST_SET_AN_2 6
|
||||
#define SELF_TEST_SET_MIXED 7
|
||||
#define SELF_TEST_SET_EXTIO 8
|
||||
|
||||
#endif /* SELF_TEST_H */
|
||||
Reference in New Issue
Block a user