11 lines
164 B
C
11 lines
164 B
C
//
|
|
// Created by robtor on 16.12.22.
|
|
//
|
|
|
|
#ifndef FLOATPUMP_BUTTON_INPUT_H
|
|
#define FLOATPUMP_BUTTON_INPUT_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
#endif //FLOATPUMP_BUTTON_INPUT_H
|