![]() |
LibDriver BA111
|
ba111 example driver modules More...
Macros | |
| #define | BA111_BASIC_SEND_CONFIG 0 |
| ba111 basic send command configure | |
| #define | BA111_BASIC_DEFAULT_NTC_RESISTANCE (10 * 1000) |
| ba111 basic example default definition | |
| #define | BA111_BASIC_DEFAULT_NTC_B 3435 |
Functions | |
| uint8_t | ba111_basic_init (void) |
| basic example init | |
| uint8_t | ba111_basic_deinit (void) |
| basic example deinit | |
| uint8_t | ba111_basic_read (uint16_t *tds_ppm, float *temperature_deg) |
| basic example read | |
| uint8_t | ba111_basic_baseline_calibration (void) |
| basic example baseline calibration | |
| uint8_t | ba111_basic_get_last_status (ba111_status_t *status) |
| basic example get last status | |
ba111 example driver modules
| #define BA111_BASIC_DEFAULT_NTC_B 3435 |
3435
Definition at line 64 of file driver_ba111_basic.h.
| #define BA111_BASIC_DEFAULT_NTC_RESISTANCE (10 * 1000) |
| #define BA111_BASIC_SEND_CONFIG 0 |
| uint8_t ba111_basic_baseline_calibration | ( | void | ) |
basic example baseline calibration
Definition at line 146 of file driver_ba111_basic.c.
| uint8_t ba111_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 128 of file driver_ba111_basic.c.
| uint8_t ba111_basic_get_last_status | ( | ba111_status_t * | status | ) |
basic example get last status
| [out] | *status | pointer to a status buffer |
Definition at line 165 of file driver_ba111_basic.c.
| uint8_t ba111_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_ba111_basic.c.
| uint8_t ba111_basic_read | ( | uint16_t * | tds_ppm, |
| float * | temperature_deg ) |
basic example read
| [out] | *tds_ppm | pointer to a tds ppm data buffer |
| [out] | *temperature_deg | pointer to a converted temperature data buffer |
Definition at line 105 of file driver_ba111_basic.c.