Skip to content

Commit

Permalink
Merge branch 'ESP32_PCNT_Encoder_Counter' into OWL_v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNehrutsa committed Nov 10, 2023
2 parents 68d0110 + 3b44fa5 commit 028bab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/esp32/machine_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ See also

#include "machine_encoder.h"

extern const mp_obj_type_t machine_pin_type;

#define GET_INT mp_obj_get_int_truncated
// #define GET_INT mp_obj_get_ll_int // need PR: py\obj.c: Get 64-bit integer arg. #80896

Expand Down

0 comments on commit 028bab3

Please sign in to comment.