Motor Driver Evaluation Kit
NEVB-MTR1-t01-1.3.1
Firmware for NEVB-MTR1-KIT1 for trapezoidal control of BLDC motors using Hall-effect sensors
Loading...
Searching...
No Matches
scpi_config.h
Go to the documentation of this file.
1
/* This file has been prepared for Doxygen automatic documentation generation.*/
24
25
#ifndef _SCPI_CONFIG_H_
26
#define _SCPI_CONFIG_H_
27
37
#define SCPI_MAX_TOKENS 20
38
48
#define SCPI_MAX_COMMANDS 20
49
60
#define SCPI_MAX_SPECIAL_COMMANDS 0
61
71
#define SCPI_BUFFER_LENGTH 64
72
82
#define SCPI_ARRAY_SIZE 6
83
93
#define SCPI_HASH_TYPE uint8_t
94
95
// SCPI Identification Definitions
103
#define SCPI_IDN_MANUFACTURER "NEXPERIA"
104
112
#define SCPI_IDN_MODEL "NEVB-MTR1-xx"
113
122
#define FIRMWARE_VERSION "1.3.1"
123
132
#define SCPI_IDN_FIRMWARE_VERSION "NEVC-MTR1-t01-" FIRMWARE_VERSION
133
143
#define SCPI_CMD_TERM "\n"
144
145
#endif
scpi_config.h
Generated by
1.13.2