igorantolic / ai-esp32-rotary-encoder

Easy implement rotary encoder to your application using microcontroler like ESP32
GNU General Public License v2.0
284 stars 70 forks source link

Changed Datatypes from int to int8_t #59

Closed maultaschensoos closed 1 year ago

maultaschensoos commented 1 year ago

In line 70 the wrong datatype (uint8_t) was changed to int8_t. It now compiles

igorantolic commented 1 year ago

Fixed