Closed
Description
Per a conversation in the FXAS21002C library on issue #21, checking for conditions and raising an exception is preferable over calling assert()
. This is preferable for a number of reasons, including memory usage.
Per a conversation in the FXAS21002C library on issue #21, checking for conditions and raising an exception is preferable over calling assert()
. This is preferable for a number of reasons, including memory usage.