changed volume

This commit is contained in:
2026-02-07 16:05:41 +01:00
parent f4b8b047a3
commit 843fe230a8
12 changed files with 66 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="MicroPythonToolsStubs" level="project" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>
+6
View File
@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
+10
View File
@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="MicroPythonToolsStubs" type="python">
<CLASSES>
<root url="file://$USER_HOME$/AppData/Local/JetBrains/PyCharm2025.2/micropython-tools-jetbrains/micropython-rp2-rpi_pico2_w-stubs_1.27.0" />
<root url="file://$USER_HOME$/AppData/Local/JetBrains/PyCharm2025.2/micropython-tools-jetbrains/micropython-rp2-rpi_pico2_w-stubs_1.27.0/stdlib" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MicroPythonTools">
<option name="pluginEnabled" value="true" />
<option name="portName" value="COM3" />
</component>
</project>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.13" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" />
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/dollcontrol.iml" filepath="$PROJECT_DIR$/.idea/dollcontrol.iml" />
</modules>
</component>
</project>
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
+1 -1
View File
@@ -79,7 +79,7 @@ def df_resume():
# Kurze Boot-Wartezeit, damit Modul initialisieren kann # Kurze Boot-Wartezeit, damit Modul initialisieren kann
time.sleep_ms(800) time.sleep_ms(800)
df_set_volume(22) # 0..30, ggf. anpassen df_set_volume(30) # 0..30, ggf. anpassen
# ============================================================ # ============================================================
# BUTTONS SETUP # BUTTONS SETUP
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.