Skip to content

Commit

Permalink
fix:LTR_553ALS misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ShallowGreen123 committed Oct 10, 2024
1 parent d94a9fc commit 2bc26d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
matrix:
example:
- examples/factory
- examples/A7682E/test_AT
- examples/aduio_pcm5102a
- examples/test_BHI260AP
- examples/test_EPD
- examples/test_factory
Expand Down
3 changes: 1 addition & 2 deletions examples/test_factory/IIC_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,14 @@ bool LTR_553ALS_init(int i2c_addr)
* * * */
als.setPsLedDutyCycle(SensorLTR553::PS_LED_DUTY_100);


/*
* PS_LED_CUR_5MA,
* PS_LED_CUR_10MA,
* PS_LED_CUR_20MA,
* PS_LED_CUR_50MA,
* PS_LED_CUR_100MA,
* * * * * * * */
als.setPsLedCurrnet(SensorLTR553::PS_LED_CUR_100MA);
als.setPsLedCurrent(SensorLTR553::PS_LED_CUR_100MA);

/*
* PS_MEAS_RATE_50MS,
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

; default_envs = A7682E/test_AT
; default_envs = aduio_pcm5102a
; default_envs = factory
default_envs = factory
; default_envs = test_BHI260AP
; default_envs = test_EPD
; default_envs = test_factory
; default_envs = test_GPS
; default_envs = test_keypad
; default_envs = test_lora_recv
; default_envs = test_lora_send
default_envs = test_LTR_553ALS
; default_envs = test_LTR_553ALS
; default_envs = test_lvgl
; default_envs = test_sd
; default_envs = test_touchpad
Expand Down

0 comments on commit 2bc26d8

Please sign in to comment.