Motor Driver Evaluation Kit NEVB-MTR1-t01-1.0.0
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
39
49#define SCPI_MAX_TOKENS 20
50
60#define SCPI_MAX_COMMANDS 20
61
72#define SCPI_MAX_SPECIAL_COMMANDS 0
73
83#define SCPI_BUFFER_LENGTH 64
84
94#define SCPI_ARRAY_SYZE 6
95
105#define SCPI_HASH_TYPE uint8_t
106
107// SCPI Identification Definitions
115#define SCPI_IDN1 "NEXPERIA"
116
124#define SCPI_IDN2 "NEVB-MTR1-xx"
125
134#define SCPI_IDN3 ""
135
144#define SCPI_IDN4 "NEVC-MTR1-t01-1.0.0"
145
146#endif