Project

General

Profile

Revision 87

fixed stuff

View differences:

mouse.h
73 73
int (mouse_read_byte)(uint8_t *byte);
74 74

  
75 75
/**
76
 * @brief Same as @ref mouse_read_byte, except it does not wait for output buffer
77
 * to be full, since ACK is considered to arrive instantaneously somehow.
78
 * @param   byte    pointer to byte where ACK will be stored
79
 * @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
80
 */
81
int (mouse_read_ack)(uint8_t *byte);
82

  
83
/**
84 76
 * @brief Polls OUT_BUF for byte coming from mouse.
85 77
 * @param   byte    pointer to byte read from OUT_BUF
86 78
 * @param   period  time (in milliseconds) the poller should wait between pollings of bytes

Also available in: Unified diff