Function to call if an error occured that can not be resolved, such as failure to set up SPI
| 78 | |
| 79 | // Function to call if an error occured that can not be resolved, such as failure to set up SPI |
| 80 | void fatal_error(const char *error){ |
| 81 | throw std::runtime_error(error); |
| 82 | } |
| 83 | |
| 84 | //struct timespec _time; |
| 85 | struct timeval _time; |
no outgoing calls
no test coverage detected