IRNAS / irnas-t5838-driver

Zephyr compatible driver for TDK's MEMS microphone T5838
2 stars 0 forks source link

T5838 driver functions error handling #2

Open KajbaM opened 1 year ago

KajbaM commented 1 year ago

Context

Since initial version of driver is very experimental, there were some shortcuts taken during development. Current implementation doesn't yet handle all the returned values from zephyr API function calls (i.e. if setting gpio fails, there is no mechanism implemented to catch that yet).

Required steps / Implementation details

Definition of Done