Example for Grove Encoder does not work

Hi,



the example for the Grove Encoder at

http://wiki.seeedstudio.com/Grove-Encoder/

does not work for a couple of reasons:

  1. the picture does now show the current version of the Base Shield v2 but something else
  2. the Circular LED must not be connected to A4/A5 but for example to D4/D5
  3. the initialization in the example uses

    CircularLED circularLED;

    without argumets. However, the constructor takes arguments of the form

    CircularLED::CircularLED( int data, int clk)

    and if the Circular LED is connected to D4/D5 should be chnaged to

    CircularLED circularLED(5,4);



    To make things more complicated the download link to the test program for the Circular LED

    (CircularLEDtest) is broken at

    http://wiki.seeedstudio.com/Grove-Circular_LED/



    It would be good if the docs could be changed so the example would run out of the box.

Hi there,



Really appreciate your suggestion and I will update the wiki by today. thanks.



best rgds

Bill

Hi there,



I just updated the arduino session. we will add the raspberry session later on. thanks.



Bill

Hi,



there is one error left: the link on the page

http://wiki.seeedstudio.com/Grove-Circular_LED/

to the example

with_CircularLEDtest_ example

in the section “Software” is still broken.



Would you mind having a look?





Best regards – Dago

Hi there,



updated. thanks



Bill