Correct example. Thanks @jepler!

This commit is contained in:
Scott Shawcroft 2018-04-13 16:43:21 -07:00
parent 812fe0c93f
commit 5af4e79ed3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
//| Usage::
//|
//| import microcontroller
//| microcontroller.nvm[0:] = b"\xcc\x10\x00"
//| microcontroller.nvm[0:3] = b"\xcc\x10\x00"
//|
//| .. class:: ByteArray()