pxt-microbit
pxt-microbit copied to clipboard
need to add simulator support for new flashlog functions
Two new functions in flashlog don't have sim support:
// const c = flashlog.getNumberOfRows()
const rows = flashlog.getRows(0,3)