Skip to content

GB_accessory_t

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

typedef GB_ENUM(uint8_t, {
    GB_ACCESSORY_NONE,
    GB_ACCESSORY_PRINTER,
    GB_ACCESSORY_WORKBOY,
}) GB_accessory_t;

In gb.h

Description

TBD

Clone this wiki locally