digital_read.md is missing display block inside the tutorial.
Should be able to fix by adding ghost section at the top like we did in Array.md, but it doesn't seem to work when built. Maybe just ghosting the display.showImage() only?
pins.P0.onEvent(PinEvent.Fall, function () {
display.showImage(images.stop)
})
pins.P0.onEvent(PinEvent.Rise, function () {
display.showImage(images.go)
})
digital_read.md is missing display block inside the tutorial.
Should be able to fix by adding ghost section at the top like we did in Array.md, but it doesn't seem to work when built. Maybe just ghosting the display.showImage() only?