Skip to content
Snippets Groups Projects
Commit c0174623 authored by Tom Tiltmann's avatar Tom Tiltmann
Browse files

#ifndef LEDCONTROLLER_H

parent c8b3fb13
No related branches found
No related tags found
No related merge requests found
#ifndef LEDCONTROLLER_H
#define LEDCONTROLLER_H
class LEDController class LEDController
{ {
public: public:
...@@ -113,3 +116,5 @@ private: ...@@ -113,3 +116,5 @@ private:
uint32_t timestamp; uint32_t timestamp;
int8_t direction = -1; int8_t direction = -1;
}; };
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment