mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
12 lines
273 B
C++
12 lines
273 B
C++
#ifndef STA_CORE_ARDUINO_NOT_IMPLEMENTED_HPP
|
|
#define STA_CORE_ARDUINO_NOT_IMPLEMENTED_HPP
|
|
|
|
|
|
/**
|
|
* @defgroup sta_core_arduino Arduino
|
|
* @ingroup sta_core_platforms
|
|
* @brief Modules implemented for the Arduino platform.
|
|
*/
|
|
|
|
|
|
#endif // STA_CORE_ARDUINO_NOT_IMPLEMENTED_HPP
|