mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Added documentation.
This commit is contained in:
parent
e1e9a06712
commit
1576b4500b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user