ksat_master #5

Manually merged
muellerr merged 169 commits from ksat_master into master 2020-04-08 19:35:26 +02:00
Showing only changes of commit 5218a0d84f - Show all commits

View File

@ -10,7 +10,7 @@
*/
/**
* @defgroup communication comm
* @defgroup comm Communication
* @brief Communication software components.
*/
@ -18,7 +18,7 @@
* @brief This is an interface to decouple device communication from
* the device handler to allow reuse of these components.
* @details
* Documentation: Dissertation Baetz p.138
* Documentation: Dissertation Baetz p.138.
* It works with the assumption that received data
* is polled by a component. There are four generic steps of device communication:
*