|  | LibDriver AGS02MA
    | 
ags02ma example driver modules More...
| Functions | |
| uint8_t | ags02ma_basic_init (void) | 
| basic example init | |
| uint8_t | ags02ma_basic_deinit (void) | 
| basic example deinit | |
| uint8_t | ags02ma_basic_read (uint32_t *ppb) | 
| basic example read | |
ags02ma example driver modules
| uint8_t ags02ma_basic_deinit | ( | void | ) | 
basic example deinit
Definition at line 102 of file driver_ags02ma_basic.c.
| uint8_t ags02ma_basic_init | ( | void | ) | 
basic example init
Definition at line 48 of file driver_ags02ma_basic.c.
| uint8_t ags02ma_basic_read | ( | uint32_t * | ppb | ) | 
basic example read
| [out] | *ppb | pointer to a converted data buffer | 
Definition at line 82 of file driver_ags02ma_basic.c.