Closed
Description
I'm trying the NVM example on: https://circuitpython.readthedocs.io/en/latest/shared-bindings/nvm/index.html?highlight=NVM
using the line: microcontroller.nvm[0:3] = b\"\xcc\x10\x00\"
after importing microcontroller, both in REPL
This gives a syntax error Invalid Sybtax
boot_out.txt is: Adafruit CircuitPython 6.2.0-beta.3-15-gc68073e12 on 2021-03-05; Raspberry Pi Pico with rp2040