chris-schra

Results 2 issues of chris-schra

Okay, I'm implementing a driver for ST's VL53L3CX and my board has two of them on the same I2C_0 bus. The driver should recognize this, shutdown the first instance (so...

Enhancement
area: I2C
area: Devicetree

Imagine classes like these ```javascript @JSONSchema() class RichTextSchema extends BaseContentSchema { static collectionName: SchemaCollectionName = { plural: "RichTexts", singular: "RichText", }; @IsOptional() @IsString() text: string; } ``` ```javascript @JSONSchema() class...