mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Fix some dosctrings errors and trailing whitespaces
Signed-off-by: Kirill Luchikhin <kirill.luchikhin@intel.com>
This commit is contained in:
@ -66,7 +66,7 @@ TM1637::TM1637 (uint8_t di, uint8_t dcki) {
|
||||
fprintf(stderr, "Are you sure that pin%d you requested is valid on your platform?", di);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
// set direction (out)
|
||||
error = mraa_gpio_dir(m_clkPinCtx, MRAA_GPIO_IN);
|
||||
if (error != MRAA_SUCCESS) {
|
||||
|
@ -87,7 +87,7 @@ class TM1637 {
|
||||
/**
|
||||
* Set the the segment screen data and number of segments
|
||||
*
|
||||
* @param segments[] data to write on the segments, each elemnt
|
||||
* @param segments data to write on the segments, each elemnt
|
||||
* in array is segment
|
||||
* @param length number of elements in segments array
|
||||
* @param pos data writing offset
|
||||
|
Reference in New Issue
Block a user