Small problem with Mesh 101 Workshop

I’ve been working on the Mesh 101 Workshop and found a problem in the 4-digit display instructions here:

https://docs.particle.io/workshops/mesh-101-workshop/grove-kit-distance-display/#using-the-4-digit-display</>.

Step 6 says to replace the auto-included “include” text with:

#include “TM1637.h”

but this did not work for me. Using the default include did:

#include <Grove_4Digit_Display.h>

1 Like