Skip to content

Commit

Permalink
updated status decription in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Preston committed Oct 8, 2014
1 parent 2a32a3e commit 5377c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pifacedigital.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ int pifacedigital_disable_interrupts(void);
* pifacedigital_disable_interrupts();
* pifacedigital_close(0);
*
* @param data Points to where to store the value of the input port.
* @param data Points to where to store the value of the 8-bit input states.
* @param timeout Maximum ms to wait for input, -1 for forever
* @param hw_addr The hardware address (configure with jumpers: JP1 and JP2).
* @return int 8-bit input states or -1 on timeout or error
* @return int Status, 1 if successful, 0 on timeout and -1 on error.
*/
int pifacedigital_wait_for_input(uint8_t *data,
int timeout,
Expand Down

0 comments on commit 5377c46

Please sign in to comment.