davidjabon / LS7366

An Arduino library to interface to the LS7366 quadrature encoder counter.
GNU General Public License v3.0
13 stars 7 forks source link

Extra ';' line 19 in LS7366.h #3

Closed LoganScholz-PING closed 2 years ago

LoganScholz-PING commented 2 years ago

LS7366.h line #19: "#define NQUAD 0x00;" contains a semicolon character in a "#define" statement and should not

LoganScholz-PING commented 2 years ago

issue resolved