Add bool to begin.
- Added a
bool
return type forbegin()
to allow checking initialization success. - Examples updated to use the
bool
and print and park on failure.
bool
return type for begin()
to allow checking initialization success.bool
and print and park on failure.