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

Method deviceWrite

external/floppybridge/src/ArduinoInterface.cpp:2634–2636  ·  view source on GitHub ↗

Writes a desired number of bytes from the the pointer

Source from the content-addressed store, hash-verified

2632
2633// Writes a desired number of bytes from the the pointer
2634bool ArduinoInterface::deviceWrite(const void* source, const unsigned int numBytes) {
2635 return m_comPort.write(source, numBytes) == numBytes;
2636}
2637
2638// Read a byte from the user eeprom area
2639DiagnosticResponse ArduinoInterface::eepromRead(unsigned char position, unsigned char& value) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected