mirror of
https://github.com/jaksatomovic/esp32-clickwheel.git
synced 2025-07-04 11:07:12 -04:00
14 lines
217 B
C
14 lines
217 B
C
#ifndef MAIN_HEADER_H
|
|
#define MAIN_HEADER_H
|
|
|
|
#include <Arduino.h>
|
|
#include <TFT_eSPI.h>
|
|
#include <Button2.h>
|
|
|
|
// Local imports
|
|
#include "pins.h"
|
|
#include "constants.h"
|
|
#include "clickwheel.h"
|
|
|
|
#endif // MAIN_HEADER_H
|