Skip to content

Commit

Permalink
Merge pull request #2305 from fengzeroz/v2.10
Browse files Browse the repository at this point in the history
ft array type
  • Loading branch information
fengzeroz authored Nov 8, 2024
2 parents cb7e60f + d6d72da commit 244e4ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/ft/neuron/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@
NEU_TYPE_PTR = 19
NEU_TYPE_TIME = 20
NEU_TYPE_DATA_AND_TIME = 21
NEU_TYPE_ARRAY_CHAR = 22
NEU_TYPE_ARRAY_INT8 = 23
NEU_TYPE_ARRAY_UINT8 = 24
NEU_TYPE_ARRAY_INT16 = 25
NEU_TYPE_ARRAY_UINT16 = 26
NEU_TYPE_ARRAY_INT32 = 27
NEU_TYPE_ARRAY_UINT32 = 28
NEU_TYPE_ARRAY_INT64 = 29
NEU_TYPE_ARRAY_UINT64 = 30
NEU_TYPE_ARRAY_FLOAT = 31
NEU_TYPE_ARRAY_DOUBLE = 32
NEU_TYPE_ARRAY_BOOL = 33
NEU_TYPE_CUSTOM = 40

NEU_BAUD_115200 = 0
NEU_BAUD_57600 = 1
Expand Down

0 comments on commit 244e4ea

Please sign in to comment.