Skip to content

Commit

Permalink
Added small comment on GPIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github committed Sep 24, 2024
1 parent 26e82e8 commit 38fd0d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gpio/gpiobasic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
#include "sdkwrapper.hpp"

namespace rpp_driver {
/**
* @brief Basic GPIO driver class.
* @details
* This class provide very basic operation of GPIO.
*/
class GpioBasic {
public:
/**
Expand Down

0 comments on commit 38fd0d0

Please # to comment.