diff options
Diffstat (limited to 'two_tone_tuner.ipynb')
-rw-r--r-- | two_tone_tuner.ipynb | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/two_tone_tuner.ipynb b/two_tone_tuner.ipynb index 2b4d5d9..6564068 100644 --- a/two_tone_tuner.ipynb +++ b/two_tone_tuner.ipynb @@ -70,7 +70,8 @@ "metadata": {}, "outputs": [], "source": [ - "sync.has_msg()" + "sync.has_msg()\n", + "async.has_msg()" ] }, { @@ -78,6 +79,22 @@ "execution_count": null, "metadata": {}, "outputs": [], + "source": [ + "top.set_txgain(85)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], "source": [] }, { |