GY-63_MS5611/libraries/BoolArray/keywords.txt

26 lines
427 B
Plaintext
Raw Normal View History

2021-10-19 08:40:20 -04:00
# Syntax Colouring Map For BoolArray
2021-01-29 06:31:58 -05:00
2021-10-19 08:40:20 -04:00
# Data types (KEYWORD1)
2021-01-29 06:31:58 -05:00
BoolArray KEYWORD1
# Methods and Functions (KEYWORD2)
begin KEYWORD2
size KEYWORD2
memory KEYWORD2
setAll KEYWORD2
2022-10-29 11:05:43 -04:00
2021-01-29 06:31:58 -05:00
clear KEYWORD2
get KEYWORD2
set KEYWORD2
toggle KEYWORD2
# Constants (LITERAL1)
BOOLARRAY_LIB_VERSION LITERAL1
BOOLARRAY_MAXSIZE LITERAL1
BOOLARRAY_OK LITERAL1
BOOLARRAY_ERROR LITERAL1
BOOLARRAY_SIZE_ERROR LITERAL1
BOOLARRAY_INIT_ERROR LITERAL1