Skip to content

Commit

Permalink
update to arduino-esp 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marchingband committed Oct 19, 2022
1 parent 048c6f3 commit 3d86235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle.h

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// #define GPIO_MASK ((1ULL<<ROT_ENC_A_GPIO) | (1ULL<<ROT_ENC_B_GPIO))
#define ESP_INTR_FLAG_DEFAULT 0

static const char* tag = "encoder";

static uint32_t enc_a_gpio = 0;
static uint32_t enc_b_gpio = 0;
static uint64_t GPIO_MASK = 0;
Expand Down

0 comments on commit 3d86235

Please sign in to comment.