diff options
author | Pratik-Nemane | 2024-07-11 11:27:45 +0530 |
---|---|---|
committer | GitHub | 2024-07-11 11:27:45 +0530 |
commit | 08c4c197115214547501848adc0ab21e631f234d (patch) | |
tree | fc0a25056a01e0f30153f9fb6bfaf149709fe2d0 | |
parent | 08e6b511b8e7dbb8bc48227a8b4695c9bd9cdaa0 (diff) | |
download | FLOSS-Arduino-Book-08c4c197115214547501848adc0ab21e631f234d.tar.gz FLOSS-Arduino-Book-08c4c197115214547501848adc0ab21e631f234d.tar.bz2 FLOSS-Arduino-Book-08c4c197115214547501848adc0ab21e631f234d.zip |
update file
-rw-r--r-- | Jupyter-notebook/Physical computing with ESP32 and Micropython/Physical computing with ESP32 and Micropython.ipynb | 41 |
1 files changed, 4 insertions, 37 deletions
diff --git a/Jupyter-notebook/Physical computing with ESP32 and Micropython/Physical computing with ESP32 and Micropython.ipynb b/Jupyter-notebook/Physical computing with ESP32 and Micropython/Physical computing with ESP32 and Micropython.ipynb index e3f73ea..6fec0be 100644 --- a/Jupyter-notebook/Physical computing with ESP32 and Micropython/Physical computing with ESP32 and Micropython.ipynb +++ b/Jupyter-notebook/Physical computing with ESP32 and Micropython/Physical computing with ESP32 and Micropython.ipynb @@ -4793,53 +4793,20 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "2b0a9847-2a90-4062-bb7d-869fbf393432", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\u001b[34mConnecting to --port=/dev/ttyACM1 --baud=115200 \u001b[0m\n", - "\u001b[34mReady.\n", - "\u001b[0m" - ] - } - ], + "outputs": [], "source": [ "%serialconnect --port=/dev/ttyACM1" ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "82c1c60f-d622-4a0d-9b78-d931204bb3fa", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Found DS devices: [bytearray(b'(\\x90\\xbeW\\x04\\xe1<.')]\n", - "Temperature: 29.81°C\n", - ".\u001b[34m\n", - "\n", - "*** Sending Ctrl-C\n", - "\n", - "\u001b[0m" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Traceback (most recent call last):\n", - " File \"<stdin>\", line 20, in <module>\n", - "KeyboardInterrupt: \n" - ] - } - ], + "outputs": [], "source": [ "import machine\n", "import onewire\n", |