This repository can be added as an extension in MakeCode. This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.
grove.onGesture(GroveGesture.Up, () => { basic.showString("Up"); }) grove.onGesture(GroveGesture.Down, () => { basic.showString("Down"); }) grove.initGesture() basic ...