Skip to content

Commit

Permalink
Update outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Jun 14, 2023
1 parent 8b8c9e1 commit 547a76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dev/lcd_hd44780.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LcdHD44780

/**
Initializes the LCD.
* \param config is a struct that sets cursor on/off, cursor blink on/off and the dsy_gpio_pin's that connects to the LCD.
* \param config is a struct that sets cursor on/off, cursor blink on/off and the Pin's that connects to the LCD.
*/
void Init(const Config &config);

Expand Down
2 changes: 1 addition & 1 deletion src/dev/sr_595.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ShiftRegister595

/**
Initializes the GPIO, and data for the ShiftRegister
* \param pin_cfg is an array of dsy_gpio_pin corresponding the the Pins enum above.
* \param pin_cfg is an array of Pin corresponding the the Pins enum above.
* \param num_daisy_chained (default = 1) is the number of 595 devices daisy chained together.
*/
void Init(Pin *pin_cfg, size_t num_daisy_chained = 1);
Expand Down

0 comments on commit 547a76f

Please sign in to comment.