Skip to content

Comments in structures prevents structure to parse. #5

Description

@Hadatko

Hi,
this structure isn't parsed and it is skipped (when most of comments are removed, structure is parsed properly):

struct acSensorArrayData
{
    //Accelerometer
    //{
    uint16_t accelerationX;

    uint16_t accelerationY;

    uint16_t accelerationZ;
    //}

    //Proximity
    //{
    uint8_t proxyEvents;

    uint8_t touchByte;

    uint8_t touchHalfByte;
    //}

    //BME 680
    //{
    uint16_t gas;

    uint16_t humidity;

    uint16_t temperature;

    uint16_t pressure;
    //}

    //Luxmeter
    //{
    uint32_t lux;
    //}

    //Battery
    //{
    uint16_t chargerState;

    uint8_t chargeStatus;
    //}

    //GPIO expander
    //{
    uint8_t gpioExpInput;
    //}
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions