|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|

Go to the source code of this file.
Macros | |
| #define | SIF_SAD_LTR303ALS 0x29 |
| #define | SIF_LTR303ALS_PARTID 0xA0 |
| #define | SIF_LTR303ALS_MANFID 0x05 |
| #define | SIF_LTR303ALS_MODE SIF_LTR303ALS_MODE_POLL_ONE_SHOT |
| #define | SIF_LTR303ALS_TSTUP_POWERUP_MS 100 /* startup time [ms] after power-up */ |
| #define | SIF_LTR303ALS_TSTUP_STANDBY_MS 10 /* startup time [ms] standby to active */ |
| #define | SIF_LTR303ALS_GAIN LTR303ALS_GAIN_1X |
| #define | SIF_LTR303ALS_TINT LTR303ALS_TINT_100 |
| #define | SIF_LTR303ALS_TMEAS LTR303ALS_TMEAS_200 |
Functions | |
| u8_t | SIF_LTR303ALS_Initialise (void) |
| LTR303ALS: Initialise Sensor. | |
| u8_t | SIF_LTR303ALS_Configure (u8_t gain, u8_t tint, u8_t tmeas) |
| LTR303ALS: Configure Sensor. | |
| u8_t | SIF_LTR303ALS_ReadLight (u16_t *ch0, u16_t *ch1) |
| LTR303ALS: Read Light Measurement. | |