mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Added documentation.
This commit is contained in:
@@ -107,6 +107,10 @@ class MFMController: public Controller {
|
||||
*/
|
||||
void write_raw_short(uint16_t value);
|
||||
|
||||
/*!
|
||||
Gets the current value of the CRC generator and makes two calls to @c write_byte, to
|
||||
write first its higher-value byte and then its lower.
|
||||
*/
|
||||
void write_crc();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user