arduino stuffs
Diffstat (limited to 'rgled/rot.h')
| -rw-r--r-- | rgled/rot.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rgled/rot.h b/rgled/rot.h deleted file mode 100644 index d1ae6bf..0000000 --- a/rgled/rot.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef ROT_H -#define ROT_H -namespace Rotary { -void setup(const int start = 0); -bool button_just_pressed(); - -void set(const int n = 0); -int read(); -} // namespace Rotary -#endif
\ No newline at end of file |