grove.onGesture(GroveGesture.Up, () => { basic.showString("Up"); }) grove.onGesture(GroveGesture.Down, () => { basic.showString("Down"); }) grove.initGesture() basic ...
Modified to accept a second source to allow splitting the date and time. This script transforms up to 2 text sources into a digital clock. The datetime format is independently configurable and uses ...