mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Added doxygen comment
Former-commit-id: d7b41ef9690130c98a6aca901af239d0f1be9e63
This commit is contained in:
parent
8e15de7501
commit
890bb426f4
@ -20,6 +20,13 @@ public:
|
|||||||
|
|
||||||
virtual ~LedDevicePiBlaster();
|
virtual ~LedDevicePiBlaster();
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Attempts to open the piblaster-device. This will only succeed if the device is not yet open
|
||||||
|
/// and the device is available.
|
||||||
|
///
|
||||||
|
/// @param report If true errors are writen to the standard error else silent
|
||||||
|
/// @return Zero on succes else negative
|
||||||
|
///
|
||||||
int open(bool report = true);
|
int open(bool report = true);
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user