2 Commits 4b797e6d3a ... 0827df23e2

Autor SHA1 Mensaje Fecha
  Nadiia Kotelnikova 0827df23e2 Split to dir hace 4 años
  Nadiia Kotelnikova 674d01bcd8 Split to dir hace 4 años

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/venv/

+ 2 - 0
.idea/.gitignore

@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml

+ 6 - 0
.idea/inspectionProfiles/profiles_settings.xml

@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <settings>
+    <option name="USE_PROJECT_PROFILE" value="false" />
+    <version value="1.0" />
+  </settings>
+</component>

+ 7 - 0
.idea/misc.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="JavaScriptSettings">
+    <option name="languageLevel" value="ES6" />
+  </component>
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (moc)" project-jdk-type="Python SDK" />
+</project>

+ 11 - 0
.idea/moc.iml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+  <component name="TestRunnerService">
+    <option name="PROJECT_TEST_RUNNER" value="Unittests" />
+  </component>
+</module>

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/moc.iml" filepath="$PROJECT_DIR$/.idea/moc.iml" />
+    </modules>
+  </component>
+</project>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>

at_commands.py → bluetooth/at_commands.py


BIN
bluetooth/pyblitev10-20191111-v1.11-575-g258b14783.dfu


BIN
bluetooth/pyboard-original.dat


pyboard.py → bluetooth/pyboard.py


BIN
bluetooth/pybv10-20191111-v1.11-575-g258b14783.dfu


BIN
bluetooth/pybv11-20191109-v1.11-571-g7e374d231.dfu


requirements.txt → bluetooth/requirements.txt