We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e888a commit 23c8e36Copy full SHA for 23c8e36
examples/fram_i2c_simpletest.py
@@ -36,6 +36,6 @@
36
## a buffer the size of slice, which may cause
37
## problems on memory-constrained platforms.
38
39
-values = list(range(100)) # or bytearray or tuple
40
-fram[0:100] = values
41
-print(fram[0:100])
+# values = list(range(100)) # or bytearray or tuple
+# fram[0:100] = values
+# print(fram[0:100])
examples/fram_spi_simpletest.py
@@ -27,6 +27,6 @@
27
## a buffer the size of 'length', which may cause
28
29
30
31
32
0 commit comments