Skip to content

Commit 8eaca01

Browse files
committed
cleanup
1 parent dfd56dc commit 8eaca01

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

content/SparkFunNotebookTest.ipynb

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -16,55 +16,6 @@
1616
"![SIK MicroPython](sik-banner-py.png)"
1717
]
1818
},
19-
{
20-
"cell_type": "markdown",
21-
"id": "491b9cf4-3e5f-4f30-b8c1-e925bf820969",
22-
"metadata": {},
23-
"source": [
24-
"## Connect your micro python board to this notebook"
25-
]
26-
},
27-
{
28-
"cell_type": "code",
29-
"execution_count": 1,
30-
"id": "c12c79b3-4a90-4024-8249-120fd10f38d3",
31-
"metadata": {},
32-
"outputs": [
33-
{
34-
"name": "stdout",
35-
"output_type": "stream",
36-
"text": [
37-
"\u001b[32m\n",
38-
" ** Serial connected **\n",
39-
"\n",
40-
"\u001b[0m"
41-
]
42-
},
43-
{
44-
"name": "stderr",
45-
"output_type": "stream",
46-
"text": [
47-
"INFO:micropython-upydevice:Device rp2 connected in /dev/tty.usbmodem101\n"
48-
]
49-
},
50-
{
51-
"name": "stdout",
52-
"output_type": "stream",
53-
"text": [
54-
"SerialDevice @ /dev/tty.usbmodem101, Type: rp2, Class: SerialDevice\n",
55-
"Firmware: MicroPython v1.14-4785.g052dde3e3 on 2025-03-11 (GNU 13.2.1 MinSizeRel); SparkFun IoT RedBoard RP2350 with RP2350\n",
56-
"Board in FS mode, Manufacturer: MicroPython\n",
57-
"(MAC: 1a:76:19:83:d4:91:3c:29)\n",
58-
"\n",
59-
"MicroPython v1.14-4785.g052dde3e3 on 2025-03-11; SparkFun IoT RedBoard RP2350 with RP2350\n",
60-
"Type \"help()\" for more information.\n"
61-
]
62-
}
63-
],
64-
"source": [
65-
"%serialconnect /dev/tty.usbmodem101\n"
66-
]
67-
},
6819
{
6920
"cell_type": "markdown",
7021
"id": "49b13a5d-383d-4d80-8153-4c56adee00c1",
@@ -83,8 +34,6 @@
8334
"name": "stdout",
8435
"output_type": "stream",
8536
"text": [
86-
"\n",
87-
"(sysname='rp2', nodename='rp2', release='1.25.0-preview', version='v1.14-4785.g052dde3e3 on 2025-03-11 (GNU 13.2.1 MinSizeRel)', machine='SparkFun IoT RedBoard RP2350 with RP2350')\n"
8837
]
8938
}
9039
],

0 commit comments

Comments
 (0)