1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Added documentation.

This commit is contained in:
Thomas Harte 2017-08-13 18:27:00 -04:00
parent e1e9a06712
commit 1576b4500b

View File

@ -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: