MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / closePort

Method closePort

external/floppybridge/src/SuperCardProInterface.cpp:247–251  ·  view source on GitHub ↗

Closes the port down

Source from the content-addressed store, hash-verified

245
246// Closes the port down
247void SCPInterface::closePort() {
248 enableMotor(false);
249
250 m_comPort.closePort();
251}
252
253// Returns the motor idle (auto switch off) time
254unsigned int SCPInterface::getMotorIdleTimeoutTime() {

Callers 1

openPortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected