@brief Check if device was created and initialized successfully
| 80 | |
| 81 | /// @brief Check if device was created and initialized successfully |
| 82 | bool ok() const { return is_ok; } |
| 83 | |
| 84 | /// @brief Get error code (only meaningful if !ok()) |
| 85 | SPIError error() const { return error_code; } |
no outgoing calls