- Complete register definitions and I2C interface - Configuration functions for integration time, gain, photodiode size - Enable/disable and calibration controls - Raw RGBIR data reading with efficient 8-byte I2C transaction - Threshold and interrupt management functions - Working test example with continuous measurement mode 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
No EOL
342 B
YAML
13 lines
No EOL
342 B
YAML
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
BreakBeforeBraces: Attach
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SpacesBeforeTrailingComments: 1 |