![]() |
LibDriver BA121
|
ba121 example driver modules More...
Macros | |
| #define | BA121_BASIC_SEND_CONFIG 0 |
| ba121 basic send command configure | |
| #define | BA121_BASIC_DEFAULT_NTC_RESISTANCE (10 * 1000) |
| ba121 basic example default definition | |
| #define | BA121_BASIC_DEFAULT_NTC_B 3435 |
Functions | |
| uint8_t | ba121_basic_init (void) |
| basic example init | |
| uint8_t | ba121_basic_deinit (void) |
| basic example deinit | |
| uint8_t | ba121_basic_read (uint16_t *conductivity_us_cm, float *temperature_deg) |
| basic example read | |
| uint8_t | ba121_basic_baseline_calibration (void) |
| basic example baseline calibration | |
| uint8_t | ba121_basic_get_last_status (ba121_status_t *status) |
| basic example get last status | |
ba121 example driver modules
| #define BA121_BASIC_DEFAULT_NTC_B 3435 |
3435
Definition at line 64 of file driver_ba121_basic.h.
| #define BA121_BASIC_DEFAULT_NTC_RESISTANCE (10 * 1000) |
| #define BA121_BASIC_SEND_CONFIG 0 |
| uint8_t ba121_basic_baseline_calibration | ( | void | ) |
basic example baseline calibration
Definition at line 146 of file driver_ba121_basic.c.
| uint8_t ba121_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 128 of file driver_ba121_basic.c.
| uint8_t ba121_basic_get_last_status | ( | ba121_status_t * | status | ) |
basic example get last status
| [out] | *status | pointer to a status buffer |
Definition at line 165 of file driver_ba121_basic.c.
| uint8_t ba121_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_ba121_basic.c.
| uint8_t ba121_basic_read | ( | uint16_t * | conductivity_us_cm, |
| float * | temperature_deg ) |
basic example read
| [out] | *conductivity_us_cm | pointer to a conductivity uS/cm data buffer |
| [out] | *temperature_deg | pointer to a converted temperature data buffer |
Definition at line 105 of file driver_ba121_basic.c.