Updated address scanning

This commit is contained in:
dario
2024-07-01 11:28:31 +02:00
parent 663533e898
commit 1c2eea17a9
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ namespace sta
* @brief Prints all available addresses via the debug printable.
*
*/
virtual void scanAddresses() = 0;
virtual void addressScan() = 0;
protected:
/// @brief The peripheral's address to communicate with.
uint16_t address_;