mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-06-02 01:41:47 +02:00
8 lines
131 B
C++
8 lines
131 B
C++
#ifndef LightDetection_h
|
|
#define LightDetection_h
|
|
|
|
//beinhaltet IR + Tageslicht
|
|
class LightDetection{
|
|
|
|
};
|
|
#endif //LightDetection_h
|