bwalc0

Results 3 comments of bwalc0

If you would like to use it, I have edited **Examples** -> **Basic** ``` long oldPosition = -999; void loop() { long newPosition = myEnc.read(); int direction = 0; if...

You are using multiple libraries with a high res encoder. The processor may not be able to handle both the precision of the encoder as well as the 4 other...

Hi Davide, Does the example code "Basic" work? If so, slowly add your code to that until it crashes again. You should be able to figure out what it is...