Last clean-up; removed config.hpp

This commit is contained in:
dario
2023-08-20 17:55:40 +02:00
parent 3259a98f11
commit 34c92626a1
5 changed files with 10 additions and 19 deletions

View File

@@ -24,8 +24,9 @@ namespace sta
/**
* @brief Specify the mode of communication via the bus.
*
* @param master
* @param blocking
* @param address The peripheral's address to communicate with.
* @param master Whether the mcu is a master or slave.
* @param blocking Whether to use blocking or non-blocking transmits / receives.
*/
void setSettings(uint16_t address, bool master, bool blocking);