| 991 | */ |
| 992 | |
| 993 | std::pair<int, uint8_t> executeCmd55(const SpiMasterHandle& spiMasterHandle) |
| 994 | { |
| 995 | return writeCmdReadR1(spiMasterHandle, 55); |
| 996 | } |
| 997 | |
| 998 | /** |
| 999 | * \brief Executes CMD58 command on SD card connected via SPI. |
no test coverage detected