Enum rc_model_t#

Enum Documentation#

enum rc_model_t#

List of models detectable by the rc_model() function. This is not a complete list of board this library will run on. Nor is it a list of boards that the library is guaranteed to work on. Currently, MODEL_PC indicates personal computer and will be selected whenever running on an x86 or x86_64 architecture machine until more specific boards are added to this list by user request.

Values:

enumerator MODEL_UNKNOWN#
enumerator MODEL_BB_BLACK#
enumerator MODEL_BB_BLACK_RC#
enumerator MODEL_BB_BLACK_W#
enumerator MODEL_BB_BLACK_W_RC#
enumerator MODEL_BB_GREEN#
enumerator MODEL_BB_GREEN_W#
enumerator MODEL_BB_BLUE#
enumerator MODEL_BB_POCKET#
enumerator MODEL_RPI_B#
enumerator MODEL_RPI_B_PLUS#
enumerator MODEL_RPI2_B#
enumerator MODEL_RPI3_B#
enumerator MODEL_RPI3_B_PLUS#
enumerator MODEL_RPI0#
enumerator MODEL_RPI0_W#
enumerator MODEL_RPI_CM#
enumerator MODEL_RPI_CM3#
enumerator MODEL_PC#