Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit d7b41ef

Browse files
committed
Added doxygen comment
1 parent 5bfb221 commit d7b41ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libsrc/leddevice/LedDevicePiBlaster.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ class LedDevicePiBlaster : public LedDevice
2020

2121
virtual ~LedDevicePiBlaster();
2222

23+
///
24+
/// Attempts to open the piblaster-device. This will only succeed if the device is not yet open
25+
/// and the device is available.
26+
///
27+
/// @param report If true errors are writen to the standard error else silent
28+
/// @return Zero on succes else negative
29+
///
2330
int open(bool report = true);
2431

2532
///

0 commit comments

Comments
 (0)