From: Michal Sojka Date: Thu, 14 Apr 2016 14:53:17 +0000 (+0200) Subject: din: Update documentation X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/commitdiff_plain/e9550d633e99fea5ce7e75f68a9e30dbff823590 din: Update documentation - clarification - typos --- diff --git a/rpp/include/rpp/din.h b/rpp/include/rpp/din.h index 7c6a81b..e86e387 100644 --- a/rpp/include/rpp/din.h +++ b/rpp/include/rpp/din.h @@ -3,7 +3,7 @@ * * @file din.h * - * @copyright Copyright (C) 2013 Czech Technical University in Prague + * @copyright Copyright (C) 2013, 2016 Czech Technical University in Prague * * @author Carlos Jenkins */ @@ -56,8 +56,9 @@ int8_t rpp_din_ref(uint16_t refA, uint16_t refB); * Note that pins [8-15] are pull-down only. * @param[in] active TRUE to setup pin as active or FALSE to set it as * tri-stated. - * @param[in] can_wake TRUE is given pin can wake module from sleep state and - * trigger an interrupt on MCU. FALSE otherwise. + * @param[in] can_wake TRUE if the given pin can wake the module from + * sleep state and trigger an interrupt on MCU. + * FALSE otherwise. * * @return SUCCESS if successful.\n * -1 if pin number is out of range.\n