micrOSDevToolKit 2.1.4__tar.gz → 2.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {micrOSDevToolKit-2.1.4/micrOSDevToolKit.egg-info → micrOSDevToolKit-2.2.0}/PKG-INFO +99 -95
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/README.md +98 -94
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/release_info/micrOS_ReleaseInfo/system_analysis_sum.json +30 -30
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Common.py +5 -5
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Hooks.py +15 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_OV2640.py +8 -8
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_VL53L0X.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_aht10.py +9 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_bme280.py +9 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_buzzer.py +6 -3
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_catgame.py +12 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_cct.py +3 -3
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_co2.py +9 -2
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_dashboard_be.py +4 -4
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_demo.py +20 -8
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dht11.py +8 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dht22.py +8 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dimmer.py +8 -4
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_distance.py +9 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_ds18.py +9 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_esp32.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_gameOfLife.py +5 -5
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_i2c.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_i2s_mic.py +6 -6
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_intercon.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_keychain.py +4 -4
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_light_sensor.py +10 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_neoeffects.py +2 -3
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_neopixel.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled.py +25 -17
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled_sh1106.py +24 -20
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled_ui.py +27 -14
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_ph_sensor.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_presence.py +3 -3
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rencoder.py +3 -3
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rest.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rgb.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rgbcct.py +4 -4
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_roboarm.py +13 -10
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rp2w.py +3 -0
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_sdcard.py +3 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_stepper.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_switch.py +9 -8
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_system.py +6 -5
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_telegram.py +2 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Server.py +38 -37
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Shell.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Tasks.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Types.py +25 -19
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/dashboard.html +8 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/uapi.js +3 -4
- {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/udashboard.js +15 -14
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/ustyle.css +6 -5
- micrOSDevToolKit-2.2.0/micrOS/source/uwidgets.js +179 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0/micrOSDevToolKit.egg-info}/PKG-INFO +99 -95
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/SOURCES.txt +0 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/setup.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/micrOSClient.py +1 -1
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Common.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Hooks.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_OV2640.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_VL53L0X.py +1 -1
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_aht10.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_bme280.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_buzzer.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_catgame.py +12 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_cct.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_co2.mpy +0 -0
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_dashboard_be.py +4 -4
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_demo.py +20 -8
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dht11.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dht22.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dimmer.mpy +0 -0
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_distance.py +9 -1
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_ds18.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_esp32.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_gameOfLife.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_i2c.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_i2s_mic.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_intercon.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_keychain.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_light_sensor.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_neoeffects.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_neopixel.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled_sh1106.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled_ui.mpy +0 -0
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_ph_sensor.py +1 -1
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_presence.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rencoder.py +3 -3
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_rest.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rgb.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rgbcct.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_roboarm.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rp2w.py +3 -0
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_sdcard.py +3 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_stepper.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_switch.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_system.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_telegram.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Server.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Shell.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Tasks.mpy +0 -0
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Types.mpy +0 -0
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/dashboard.html +8 -2
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/uapi.js +3 -4
- {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/udashboard.js +15 -14
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/ustyle.css +6 -5
- micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/uwidgets.js +179 -0
- micrOSDevToolKit-2.1.4/micrOS/source/uwidgets.js +0 -105
- micrOSDevToolKit-2.1.4/toolkit/user_data/node_config_archive/.include +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Common.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Hooks.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_aht10.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_bme280.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_co2.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dht11.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dht22.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dimmer.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_ds18.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_light_sensor.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled_sh1106.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled_ui.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_rest.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_roboarm.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_switch.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_system.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Server.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Types.mpy +0 -0
- micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/uwidgets.js +0 -105
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/LICENSE +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/MANIFEST.in +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/devToolKit.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/.DS_Store +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CH34XSER_MAC/CH34X_DRV_INSTALL_INSTRUCTIONS.pdf +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CH34XSER_MAC/CH34xVCPDriver.pkg +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210xVCPInstaller_x64.exe +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210xVCPInstaller_x86.exe +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210x_Universal_Windows_Driver_ReleaseNotes.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/SLAB_License_Agreement_VCP_Windows.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/arm/silabser.sys +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/arm64/silabser.sys +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/dpinst.xml +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/silabser.cat +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/silabser.inf +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/x64/silabser.sys +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/x86/silabser.sys +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/macOS_VCP_Driver/SiLabsUSBDriverDisk.dmg +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/macOS_VCP_Driver/macOS_VCP_Driver_Release_Notes.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/dnd.png +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/logo.png +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/logo_mini.png +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/usb_port_icon.png +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/wifi_icon.png +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32-20231005-v1.21.0.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32c3-GENERIC-20240105-v1.22.1.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32c3-GENERIC-20240222-v1.22.2.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32cam-v1.21.0_camera.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s2-GENERIC-20240105-v1.22.1.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s2-LOLIN_MINI-20220618-v1.19.1.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s3-GENERIC-20240105-v1.22.1.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s3_spiram_oct-20231005-v1.21.0.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/rpi-pico-w-20231005-v1.21.0.uf2 +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/tinypico-20231005-v1.21.0.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/tinypico-usbc-UM-20240105-v1.22.1.bin +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/.DS_Store +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Config.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Debug.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32c3.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32s2.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32s3.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_qtpy.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_rp2.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_tinypico.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/InterConnect.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Interrupts.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_L298N_DCmotor.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_L9110_DCmotor.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_genIO.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_ld2410.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_lmpacman.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_pet_feeder.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_robustness.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_servo.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_tinyrgb.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Network.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Notify.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Scheduler.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Time.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/index.html +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/main.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/micrOS.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/micrOSloader.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/microIO.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/reset.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/urequests.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/dependency_links.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/requires.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/top_level.txt +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/setup.cfg +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvCompile.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvOTA.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvUSB.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/Gateway.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/LM_to_compile.dat +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/MicrOSDevEnv.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/AirQualityBME280.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/AirQualityDHT22_CO2.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CCTDemo.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CCTTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CamStream.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CatGame.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/Dimmer.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/GetVersion.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/MicrophoneTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/NeoEffectsDemo.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/NeopixelTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/PresenceTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/RGBTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/RoboArm.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/SED_test.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/SystemTest.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/Template_app.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_capture.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_micPlotting.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_presencePlotting.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/uLightDemo.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/img_stream.html +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/index.html +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/LocalMachine.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SafeInput.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SearchDevices.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SerialDriverHandler.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/TerminalColors.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/file_extensions.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/pip_package_installer.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/micrOSdashboard.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/micrOSlint.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/LP_darwin.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dht.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dht.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ntptime.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/usocket.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ussl.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ustruct.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ustruct.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-312.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-38.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-39.pyc +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/dht.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/dotstar.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ds18x20.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/esp32.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/framebuf.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/machine.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/micropython.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/neopixel.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/network.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/node_config.json +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ntptime.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/onewire.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/sim_console.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/simgc.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/simulator.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/tinypico.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/uasyncio.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/usocket.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ussl.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ustruct.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/utime.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/webrepl.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/socketClient.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/.include +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/webhooks/generic.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/webhooks/template.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/__init__.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Config.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Debug.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32c3.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32s2.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32s3.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_qtpy.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_rp2.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_tinypico.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/InterConnect.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Interrupts.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_L298N_DCmotor.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_L9110_DCmotor.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_genIO.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_ld2410.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_lmpacman.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_pet_feeder.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_robustness.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_servo.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_tinyrgb.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Network.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Notify.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Scheduler.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Time.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/_mpy.version +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/index.html +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/main.py +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/micrOS.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/micrOSloader.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/microIO.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/reset.mpy +0 -0
- {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/urequests.mpy +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micrOSDevToolKit
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Development and deployment environment for micrOS, the diy micropython automation OS (IoT)
|
|
5
5
|
Home-page: https://github.com/BxNxM/micrOS
|
|
6
6
|
Author: Marcell Ban
|
|
@@ -45,7 +45,7 @@ Thanks for , fo
|
|
|
45
45
|
[](https://pypi.org/project/micrOSDevToolKit/)
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
**micrOS** is a mini **application** execution **platform** with ShellCli (socket) and
|
|
48
|
+
**micrOS** is a mini **application** execution **platform** with ShellCli (socket) and WebCli (http) **servers** and several **other** embedded **features**.
|
|
49
49
|
> It uses direct wifi connection to access the exposed functionalities.<br/>
|
|
50
50
|
|
|
51
51
|
In case of any technical comments or requests, please use [](https://github.com/BxNxM/micrOS/discussions).
|
|
@@ -111,9 +111,9 @@ I would suggest to use micrOS GUI as a primary interface for micrOS development
|
|
|
111
111
|
|
|
112
112
|
<br/>
|
|
113
113
|
|
|
114
|
-
### 1. Install python3.9
|
|
114
|
+
### 1. Install python3.9+
|
|
115
115
|
|
|
116
|
-
Link for python 3.9 [download](https://www.python.org/downloads/release/python-390/)
|
|
116
|
+
Link for python 3.9+ [download](https://www.python.org/downloads/release/python-390/)
|
|
117
117
|
|
|
118
118
|
> Note: **Allow extend system path** with that python version (installation parameter) </br>
|
|
119
119
|
> On **Windows**: RUN AS ADMINISTARTOR
|
|
@@ -235,7 +235,7 @@ It will install your board via USB with default settings. **Continue with micrOS
|
|
|
235
235
|
- 📄**Config handling** - user config - **node_config.json**
|
|
236
236
|
- ⏳**Boot phase** - preload Load Module(s)
|
|
237
237
|
- For pinout and last state initialization - based on node_config `boothook`
|
|
238
|
-
- Example values: `rgb
|
|
238
|
+
- Example values: `rgb load; neopixel load`
|
|
239
239
|
- 📡**Network handling** - based on node_config
|
|
240
240
|
- STA / AP network modes, `nwmd`
|
|
241
241
|
- NTP + UTC aka clock setup
|
|
@@ -355,7 +355,7 @@ These parameters controlls micrOS core functionalities, so you can define an ent
|
|
|
355
355
|
| **`staessid`** | `your_wifi_name` `<str>` | Yes | Wifi router name to connect (for STA default connection mode). You can list multiple wifi names separated with `;`
|
|
356
356
|
| **`stapwd`** | `your_wifi_passwd` `<str>` | Yes | Wifi router password (for STA default connection mode). You can list multiple wifi passwords separated with `;` connected in order to `staessid` wifi names.
|
|
357
357
|
| **`appwd`** | `ADmin123` `<str>` | Yes | Device system password.: Used in AP password (access point mode) + webrepl password + micrOS auth
|
|
358
|
-
| **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb
|
|
358
|
+
| **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load; cct load` but you can call any load module function here if you want to run it at boot time.
|
|
359
359
|
| **`webui`** | `False` `bool` | Yes | Launch http rest server on port 80 (in parallel with micrOS shell on port 9008 aka `socport`). It has 2 endpoints: / aka main page (index.html) and /rest aka rest (json) interface for load module execution. Example: `<devfid>.local` or `<devfid>.local/rest` + optional parameters: `/rgb/toggle`. **Apple shortcuts compatible**
|
|
360
360
|
| | |
|
|
361
361
|
| **`cron`** | `False` `<bool>` | Yes | Enable timestamp based Load Module execution aka Cron scheduler (linux terminology), Timer(1) hardware interrupt enabler.
|
|
@@ -439,40 +439,36 @@ Official [DockerHub](https://hub.docker.com/repository/docker/bxnxm/micros-gatew
|
|
|
439
439
|
----------------------------------------
|
|
440
440
|
|
|
441
441
|
|
|
442
|
-
##
|
|
442
|
+
## FUTURE RELEASE PLANS
|
|
443
443
|
|
|
444
|
-
|
|
444
|
+
Version **3.0.0-0**
|
|
445
445
|
|
|
446
446
|
```
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
Load Module:
|
|
454
|
-
- Camera support (LM_OV2640.py) embed into dashboard.html
|
|
447
|
+
Core:
|
|
448
|
+
- Async SSL/TLS integration (micropython 1.22+ required)
|
|
449
|
+
- urequest module async redesign for rest clients
|
|
450
|
+
- Notify (telegram) + server (listener - chatbot)
|
|
451
|
+
- Time (ntp location + sunset/sunrise api)
|
|
455
452
|
```
|
|
456
453
|
|
|
457
|
-
|
|
454
|
+
Version **3.1.0-0**
|
|
458
455
|
|
|
459
456
|
```
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
- Study of ble (Shell)
|
|
465
|
-
|
|
466
|
-
Load Module:
|
|
467
|
-
- (?)
|
|
457
|
+
Core:
|
|
458
|
+
- Async socket SSL/TLS integration (with auth.)
|
|
459
|
+
- WebCli (http), ShellCli (terminal) and InterCon
|
|
460
|
+
- Study of ESP-NOW (peer-to-peer communication) integration into InterCon (micropython requirements?)
|
|
468
461
|
```
|
|
469
462
|
|
|
470
|
-
|
|
463
|
+
Version **4.0.0-0**
|
|
471
464
|
|
|
472
465
|
```
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
466
|
+
Core:
|
|
467
|
+
- Network stack redesign
|
|
468
|
+
- Network
|
|
469
|
+
- wifi (defualt, current interfaces)
|
|
470
|
+
- Study of BLE (Shell)
|
|
471
|
+
- Low power mode (with BLE) and soft-sleep / deep-sleep
|
|
476
472
|
```
|
|
477
473
|
|
|
478
474
|
|
|
@@ -681,7 +677,7 @@ devToolKit.py -c -p '--dev BedLamp conf <a> dump'
|
|
|
681
677
|
nwmd : STA
|
|
682
678
|
timirqcbf : system ha_sta
|
|
683
679
|
irq_prell_ms: 300
|
|
684
|
-
boothook : cct
|
|
680
|
+
boothook : cct load
|
|
685
681
|
aioqueue : 3
|
|
686
682
|
auth : False
|
|
687
683
|
timirqseq : 60000
|
|
@@ -792,77 +788,85 @@ Bye!
|
|
|
792
788
|
|
|
793
789
|
```
|
|
794
790
|
Core micrOS resources
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
791
|
+
1 154 Time.py (mlint: True) (pylint: 9.17) (ref.: 6)
|
|
792
|
+
2 104 micrOSloader.py (mlint: True) (pylint: 7.59) (ref.: 1)
|
|
793
|
+
3 50 Hooks.py (mlint: True) (pylint: 9.68) (ref.: 1)
|
|
794
|
+
4 418 Server.py (mlint: True) (pylint: 9.29) (ref.: 4)
|
|
795
|
+
5 454 Tasks.py (mlint: True) (pylint: 9.71) (ref.: 13)
|
|
796
|
+
6 185 Config.py (mlint: True) (pylint: 9.44) (ref.: 13)
|
|
797
|
+
7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
|
|
798
|
+
8 225 Shell.py (mlint: True) (pylint: 9.61) (ref.: 1)
|
|
799
|
+
9 179 Notify.py (mlint: True) (pylint: 9.55) (ref.: 2)
|
|
800
|
+
10 77 Types.py (mlint: True) (pylint: 9.69) (ref.: 11)
|
|
801
|
+
11 157 Common.py (mlint: True) (pylint: 9.1) (ref.: 24)
|
|
802
|
+
12 153 InterConnect.py (mlint: True) (pylint: 9.4) (ref.: 1)
|
|
803
|
+
13 177 Debug.py (mlint: True) (pylint: 8.72) (ref.: 22)
|
|
804
|
+
14 164 Network.py (mlint: True) (pylint: 9.71) (ref.: 10)
|
|
805
|
+
15 183 Scheduler.py (mlint: True) (pylint: 9.61) (ref.: 1)
|
|
806
|
+
16 113 microIO.py (mlint: True) (pylint: 9.08) (ref.: 38)
|
|
807
|
+
17 49 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
|
|
808
|
+
18 113 Interrupts.py (mlint: True) (pylint: 9.05) (ref.: 2)
|
|
809
|
+
19 15 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
|
|
810
|
+
20 117 urequests.py (mlint: True) (pylint: 8.9) (ref.: 4)
|
|
811
|
+
|
|
812
|
+
SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3096
|
|
816
813
|
```
|
|
817
814
|
|
|
818
815
|
#### micrOS Load Modules
|
|
819
816
|
|
|
820
817
|
```
|
|
821
818
|
micrOS Load Module resources
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
819
|
+
1 231 LM_roboarm.py (mlint: True) (pylint: 9.11) (ref.: 0)
|
|
820
|
+
2 122 LM_stepper.py (mlint: True) (pylint: 8.9) (ref.: 1)
|
|
821
|
+
3 118 LM_genIO.py (mlint: True) (pylint: 7.26) (ref.: 1)
|
|
822
|
+
4 498 LM_oled_ui.py (mlint: False) (pylint: 8.83) (ref.: 0)
|
|
823
|
+
5 190 LM_system.py (mlint: True) (pylint: 7.57) (ref.: 3)
|
|
824
|
+
6 63 LM_robustness.py (mlint: True) (pylint: 7.5) (ref.: 0)
|
|
825
|
+
7 115 LM_co2.py (mlint: True) (pylint: 8.42) (ref.: 3)
|
|
826
|
+
8 34 LM_rest.py (mlint: False) (pylint: 7.0) (ref.: 0)
|
|
827
|
+
9 266 LM_oled.py (mlint: True) (pylint: 9.23) (ref.: 3)
|
|
828
|
+
10 72 LM_tinyrgb.py (mlint: True) (pylint: 7.95) (ref.: 0)
|
|
829
|
+
11 96 LM_aht10.py (mlint: True) (pylint: 8.73) (ref.: 0)
|
|
830
|
+
12 293 LM_bme280.py (mlint: True) (pylint: 8.03) (ref.: 0)
|
|
831
|
+
13 37 LM_ph_sensor.py (mlint: True) (pylint: 5.79) (ref.: 0)
|
|
832
|
+
14 241 LM_buzzer.py (mlint: True) (pylint: 8.83) (ref.: 0)
|
|
833
|
+
15 199 LM_switch.py (mlint: True) (pylint: 8.56) (ref.: 2)
|
|
834
|
+
16 113 LM_servo.py (mlint: True) (pylint: 7.73) (ref.: 4)
|
|
835
|
+
17 53 LM_rgbcct.py (mlint: True) (pylint: 8.62) (ref.: 0)
|
|
836
|
+
18 284 LM_oled_sh1106.py (mlint: True) (pylint: 8.79) (ref.: 1)
|
|
837
|
+
19 150 LM_ld2410.py (mlint: True) (pylint: 9.07) (ref.: 0)
|
|
838
|
+
20 273 LM_neopixel.py (mlint: True) (pylint: 7.59) (ref.: 2)
|
|
839
|
+
21 274 LM_cct.py (mlint: True) (pylint: 8.83) (ref.: 1)
|
|
840
|
+
22 38 LM_L9110_DCmotor.py (mlint: True) (pylint: 7.69) (ref.: 0)
|
|
841
|
+
23 256 LM_neoeffects.py (mlint: True) (pylint: 6.91) (ref.: 0)
|
|
842
|
+
24 30 LM_i2c.py (mlint: True) (pylint: 5.71) (ref.: 0)
|
|
843
|
+
25 69 LM_dht22.py (mlint: True) (pylint: 8.0) (ref.: 0)
|
|
844
|
+
26 59 LM_L298N_DCmotor.py (mlint: True) (pylint: 8.78) (ref.: 0)
|
|
845
|
+
27 37 LM_esp32.py (mlint: True) (pylint: 4.38) (ref.: 0)
|
|
846
|
+
28 56 LM_pet_feeder.py (mlint: True) (pylint: 7.88) (ref.: 0)
|
|
847
|
+
29 82 LM_rencoder.py (mlint: True) (pylint: 8.92) (ref.: 0)
|
|
848
|
+
30 247 LM_keychain.py (mlint: False) (pylint: 9.14) (ref.: 0)
|
|
849
|
+
31 69 LM_dht11.py (mlint: True) (pylint: 8.0) (ref.: 0)
|
|
850
|
+
32 74 LM_telegram.py (mlint: False) (pylint: 8.94) (ref.: 0)
|
|
851
|
+
33 177 LM_OV2640.py (mlint: False) (pylint: 9.06) (ref.: 0)
|
|
852
|
+
34 249 LM_rgb.py (mlint: True) (pylint: 8.66) (ref.: 1)
|
|
853
|
+
35 62 LM_distance.py (mlint: True) (pylint: 8.14) (ref.: 0)
|
|
854
|
+
36 313 LM_VL53L0X.py (mlint: True) (pylint: 9.07) (ref.: 0)
|
|
855
|
+
37 107 LM_light_sensor.py (mlint: True) (pylint: 8.94) (ref.: 0)
|
|
856
|
+
38 12 LM_rp2w.py (mlint: True) (pylint: 4.44) (ref.: 0)
|
|
857
|
+
39 190 LM_presence.py (mlint: True) (pylint: 8.75) (ref.: 4)
|
|
858
|
+
40 29 LM_dashboard_be.py (mlint: True) (pylint: 6.5) (ref.: 0)
|
|
859
|
+
41 170 LM_dimmer.py (mlint: True) (pylint: 8.22) (ref.: 0)
|
|
860
|
+
42 66 LM_demo.py (mlint: False) (pylint: 8.21) (ref.: 0)
|
|
861
|
+
43 105 LM_lmpacman.py (mlint: True) (pylint: 8.38) (ref.: 0)
|
|
862
|
+
44 176 LM_gameOfLife.py (mlint: True) (pylint: 9.29) (ref.: 2)
|
|
863
|
+
45 58 LM_catgame.py (mlint: True) (pylint: 8.46) (ref.: 0)
|
|
864
|
+
46 42 LM_intercon.py (mlint: True) (pylint: 8.18) (ref.: 3)
|
|
865
|
+
47 43 LM_ds18.py (mlint: True) (pylint: 5.0) (ref.: 2)
|
|
866
|
+
48 250 LM_i2s_mic.py (mlint: False) (pylint: 8.71) (ref.: 1)
|
|
867
|
+
49 34 LM_sdcard.py (mlint: True) (pylint: 7.88) (ref.: 0)
|
|
868
|
+
|
|
869
|
+
SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6822
|
|
866
870
|
```
|
|
867
871
|
|
|
868
872
|
> LM (Load Modules) - Application logic - accessable over socket server as a command
|
|
@@ -17,7 +17,7 @@ Thanks for , fo
|
|
|
17
17
|
[](https://pypi.org/project/micrOSDevToolKit/)
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
**micrOS** is a mini **application** execution **platform** with ShellCli (socket) and
|
|
20
|
+
**micrOS** is a mini **application** execution **platform** with ShellCli (socket) and WebCli (http) **servers** and several **other** embedded **features**.
|
|
21
21
|
> It uses direct wifi connection to access the exposed functionalities.<br/>
|
|
22
22
|
|
|
23
23
|
In case of any technical comments or requests, please use [](https://github.com/BxNxM/micrOS/discussions).
|
|
@@ -83,9 +83,9 @@ I would suggest to use micrOS GUI as a primary interface for micrOS development
|
|
|
83
83
|
|
|
84
84
|
<br/>
|
|
85
85
|
|
|
86
|
-
### 1. Install python3.9
|
|
86
|
+
### 1. Install python3.9+
|
|
87
87
|
|
|
88
|
-
Link for python 3.9 [download](https://www.python.org/downloads/release/python-390/)
|
|
88
|
+
Link for python 3.9+ [download](https://www.python.org/downloads/release/python-390/)
|
|
89
89
|
|
|
90
90
|
> Note: **Allow extend system path** with that python version (installation parameter) </br>
|
|
91
91
|
> On **Windows**: RUN AS ADMINISTARTOR
|
|
@@ -207,7 +207,7 @@ It will install your board via USB with default settings. **Continue with micrOS
|
|
|
207
207
|
- 📄**Config handling** - user config - **node_config.json**
|
|
208
208
|
- ⏳**Boot phase** - preload Load Module(s)
|
|
209
209
|
- For pinout and last state initialization - based on node_config `boothook`
|
|
210
|
-
- Example values: `rgb
|
|
210
|
+
- Example values: `rgb load; neopixel load`
|
|
211
211
|
- 📡**Network handling** - based on node_config
|
|
212
212
|
- STA / AP network modes, `nwmd`
|
|
213
213
|
- NTP + UTC aka clock setup
|
|
@@ -327,7 +327,7 @@ These parameters controlls micrOS core functionalities, so you can define an ent
|
|
|
327
327
|
| **`staessid`** | `your_wifi_name` `<str>` | Yes | Wifi router name to connect (for STA default connection mode). You can list multiple wifi names separated with `;`
|
|
328
328
|
| **`stapwd`** | `your_wifi_passwd` `<str>` | Yes | Wifi router password (for STA default connection mode). You can list multiple wifi passwords separated with `;` connected in order to `staessid` wifi names.
|
|
329
329
|
| **`appwd`** | `ADmin123` `<str>` | Yes | Device system password.: Used in AP password (access point mode) + webrepl password + micrOS auth
|
|
330
|
-
| **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb
|
|
330
|
+
| **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load; cct load` but you can call any load module function here if you want to run it at boot time.
|
|
331
331
|
| **`webui`** | `False` `bool` | Yes | Launch http rest server on port 80 (in parallel with micrOS shell on port 9008 aka `socport`). It has 2 endpoints: / aka main page (index.html) and /rest aka rest (json) interface for load module execution. Example: `<devfid>.local` or `<devfid>.local/rest` + optional parameters: `/rgb/toggle`. **Apple shortcuts compatible**
|
|
332
332
|
| | |
|
|
333
333
|
| **`cron`** | `False` `<bool>` | Yes | Enable timestamp based Load Module execution aka Cron scheduler (linux terminology), Timer(1) hardware interrupt enabler.
|
|
@@ -411,40 +411,36 @@ Official [DockerHub](https://hub.docker.com/repository/docker/bxnxm/micros-gatew
|
|
|
411
411
|
----------------------------------------
|
|
412
412
|
|
|
413
413
|
|
|
414
|
-
##
|
|
414
|
+
## FUTURE RELEASE PLANS
|
|
415
415
|
|
|
416
|
-
|
|
416
|
+
Version **3.0.0-0**
|
|
417
417
|
|
|
418
418
|
```
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
Load Module:
|
|
426
|
-
- Camera support (LM_OV2640.py) embed into dashboard.html
|
|
419
|
+
Core:
|
|
420
|
+
- Async SSL/TLS integration (micropython 1.22+ required)
|
|
421
|
+
- urequest module async redesign for rest clients
|
|
422
|
+
- Notify (telegram) + server (listener - chatbot)
|
|
423
|
+
- Time (ntp location + sunset/sunrise api)
|
|
427
424
|
```
|
|
428
425
|
|
|
429
|
-
|
|
426
|
+
Version **3.1.0-0**
|
|
430
427
|
|
|
431
428
|
```
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
- Study of ble (Shell)
|
|
437
|
-
|
|
438
|
-
Load Module:
|
|
439
|
-
- (?)
|
|
429
|
+
Core:
|
|
430
|
+
- Async socket SSL/TLS integration (with auth.)
|
|
431
|
+
- WebCli (http), ShellCli (terminal) and InterCon
|
|
432
|
+
- Study of ESP-NOW (peer-to-peer communication) integration into InterCon (micropython requirements?)
|
|
440
433
|
```
|
|
441
434
|
|
|
442
|
-
|
|
435
|
+
Version **4.0.0-0**
|
|
443
436
|
|
|
444
437
|
```
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
438
|
+
Core:
|
|
439
|
+
- Network stack redesign
|
|
440
|
+
- Network
|
|
441
|
+
- wifi (defualt, current interfaces)
|
|
442
|
+
- Study of BLE (Shell)
|
|
443
|
+
- Low power mode (with BLE) and soft-sleep / deep-sleep
|
|
448
444
|
```
|
|
449
445
|
|
|
450
446
|
|
|
@@ -653,7 +649,7 @@ devToolKit.py -c -p '--dev BedLamp conf <a> dump'
|
|
|
653
649
|
nwmd : STA
|
|
654
650
|
timirqcbf : system ha_sta
|
|
655
651
|
irq_prell_ms: 300
|
|
656
|
-
boothook : cct
|
|
652
|
+
boothook : cct load
|
|
657
653
|
aioqueue : 3
|
|
658
654
|
auth : False
|
|
659
655
|
timirqseq : 60000
|
|
@@ -764,77 +760,85 @@ Bye!
|
|
|
764
760
|
|
|
765
761
|
```
|
|
766
762
|
Core micrOS resources
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
763
|
+
1 154 Time.py (mlint: True) (pylint: 9.17) (ref.: 6)
|
|
764
|
+
2 104 micrOSloader.py (mlint: True) (pylint: 7.59) (ref.: 1)
|
|
765
|
+
3 50 Hooks.py (mlint: True) (pylint: 9.68) (ref.: 1)
|
|
766
|
+
4 418 Server.py (mlint: True) (pylint: 9.29) (ref.: 4)
|
|
767
|
+
5 454 Tasks.py (mlint: True) (pylint: 9.71) (ref.: 13)
|
|
768
|
+
6 185 Config.py (mlint: True) (pylint: 9.44) (ref.: 13)
|
|
769
|
+
7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
|
|
770
|
+
8 225 Shell.py (mlint: True) (pylint: 9.61) (ref.: 1)
|
|
771
|
+
9 179 Notify.py (mlint: True) (pylint: 9.55) (ref.: 2)
|
|
772
|
+
10 77 Types.py (mlint: True) (pylint: 9.69) (ref.: 11)
|
|
773
|
+
11 157 Common.py (mlint: True) (pylint: 9.1) (ref.: 24)
|
|
774
|
+
12 153 InterConnect.py (mlint: True) (pylint: 9.4) (ref.: 1)
|
|
775
|
+
13 177 Debug.py (mlint: True) (pylint: 8.72) (ref.: 22)
|
|
776
|
+
14 164 Network.py (mlint: True) (pylint: 9.71) (ref.: 10)
|
|
777
|
+
15 183 Scheduler.py (mlint: True) (pylint: 9.61) (ref.: 1)
|
|
778
|
+
16 113 microIO.py (mlint: True) (pylint: 9.08) (ref.: 38)
|
|
779
|
+
17 49 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
|
|
780
|
+
18 113 Interrupts.py (mlint: True) (pylint: 9.05) (ref.: 2)
|
|
781
|
+
19 15 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
|
|
782
|
+
20 117 urequests.py (mlint: True) (pylint: 8.9) (ref.: 4)
|
|
783
|
+
|
|
784
|
+
SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3096
|
|
788
785
|
```
|
|
789
786
|
|
|
790
787
|
#### micrOS Load Modules
|
|
791
788
|
|
|
792
789
|
```
|
|
793
790
|
micrOS Load Module resources
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
791
|
+
1 231 LM_roboarm.py (mlint: True) (pylint: 9.11) (ref.: 0)
|
|
792
|
+
2 122 LM_stepper.py (mlint: True) (pylint: 8.9) (ref.: 1)
|
|
793
|
+
3 118 LM_genIO.py (mlint: True) (pylint: 7.26) (ref.: 1)
|
|
794
|
+
4 498 LM_oled_ui.py (mlint: False) (pylint: 8.83) (ref.: 0)
|
|
795
|
+
5 190 LM_system.py (mlint: True) (pylint: 7.57) (ref.: 3)
|
|
796
|
+
6 63 LM_robustness.py (mlint: True) (pylint: 7.5) (ref.: 0)
|
|
797
|
+
7 115 LM_co2.py (mlint: True) (pylint: 8.42) (ref.: 3)
|
|
798
|
+
8 34 LM_rest.py (mlint: False) (pylint: 7.0) (ref.: 0)
|
|
799
|
+
9 266 LM_oled.py (mlint: True) (pylint: 9.23) (ref.: 3)
|
|
800
|
+
10 72 LM_tinyrgb.py (mlint: True) (pylint: 7.95) (ref.: 0)
|
|
801
|
+
11 96 LM_aht10.py (mlint: True) (pylint: 8.73) (ref.: 0)
|
|
802
|
+
12 293 LM_bme280.py (mlint: True) (pylint: 8.03) (ref.: 0)
|
|
803
|
+
13 37 LM_ph_sensor.py (mlint: True) (pylint: 5.79) (ref.: 0)
|
|
804
|
+
14 241 LM_buzzer.py (mlint: True) (pylint: 8.83) (ref.: 0)
|
|
805
|
+
15 199 LM_switch.py (mlint: True) (pylint: 8.56) (ref.: 2)
|
|
806
|
+
16 113 LM_servo.py (mlint: True) (pylint: 7.73) (ref.: 4)
|
|
807
|
+
17 53 LM_rgbcct.py (mlint: True) (pylint: 8.62) (ref.: 0)
|
|
808
|
+
18 284 LM_oled_sh1106.py (mlint: True) (pylint: 8.79) (ref.: 1)
|
|
809
|
+
19 150 LM_ld2410.py (mlint: True) (pylint: 9.07) (ref.: 0)
|
|
810
|
+
20 273 LM_neopixel.py (mlint: True) (pylint: 7.59) (ref.: 2)
|
|
811
|
+
21 274 LM_cct.py (mlint: True) (pylint: 8.83) (ref.: 1)
|
|
812
|
+
22 38 LM_L9110_DCmotor.py (mlint: True) (pylint: 7.69) (ref.: 0)
|
|
813
|
+
23 256 LM_neoeffects.py (mlint: True) (pylint: 6.91) (ref.: 0)
|
|
814
|
+
24 30 LM_i2c.py (mlint: True) (pylint: 5.71) (ref.: 0)
|
|
815
|
+
25 69 LM_dht22.py (mlint: True) (pylint: 8.0) (ref.: 0)
|
|
816
|
+
26 59 LM_L298N_DCmotor.py (mlint: True) (pylint: 8.78) (ref.: 0)
|
|
817
|
+
27 37 LM_esp32.py (mlint: True) (pylint: 4.38) (ref.: 0)
|
|
818
|
+
28 56 LM_pet_feeder.py (mlint: True) (pylint: 7.88) (ref.: 0)
|
|
819
|
+
29 82 LM_rencoder.py (mlint: True) (pylint: 8.92) (ref.: 0)
|
|
820
|
+
30 247 LM_keychain.py (mlint: False) (pylint: 9.14) (ref.: 0)
|
|
821
|
+
31 69 LM_dht11.py (mlint: True) (pylint: 8.0) (ref.: 0)
|
|
822
|
+
32 74 LM_telegram.py (mlint: False) (pylint: 8.94) (ref.: 0)
|
|
823
|
+
33 177 LM_OV2640.py (mlint: False) (pylint: 9.06) (ref.: 0)
|
|
824
|
+
34 249 LM_rgb.py (mlint: True) (pylint: 8.66) (ref.: 1)
|
|
825
|
+
35 62 LM_distance.py (mlint: True) (pylint: 8.14) (ref.: 0)
|
|
826
|
+
36 313 LM_VL53L0X.py (mlint: True) (pylint: 9.07) (ref.: 0)
|
|
827
|
+
37 107 LM_light_sensor.py (mlint: True) (pylint: 8.94) (ref.: 0)
|
|
828
|
+
38 12 LM_rp2w.py (mlint: True) (pylint: 4.44) (ref.: 0)
|
|
829
|
+
39 190 LM_presence.py (mlint: True) (pylint: 8.75) (ref.: 4)
|
|
830
|
+
40 29 LM_dashboard_be.py (mlint: True) (pylint: 6.5) (ref.: 0)
|
|
831
|
+
41 170 LM_dimmer.py (mlint: True) (pylint: 8.22) (ref.: 0)
|
|
832
|
+
42 66 LM_demo.py (mlint: False) (pylint: 8.21) (ref.: 0)
|
|
833
|
+
43 105 LM_lmpacman.py (mlint: True) (pylint: 8.38) (ref.: 0)
|
|
834
|
+
44 176 LM_gameOfLife.py (mlint: True) (pylint: 9.29) (ref.: 2)
|
|
835
|
+
45 58 LM_catgame.py (mlint: True) (pylint: 8.46) (ref.: 0)
|
|
836
|
+
46 42 LM_intercon.py (mlint: True) (pylint: 8.18) (ref.: 3)
|
|
837
|
+
47 43 LM_ds18.py (mlint: True) (pylint: 5.0) (ref.: 2)
|
|
838
|
+
48 250 LM_i2s_mic.py (mlint: False) (pylint: 8.71) (ref.: 1)
|
|
839
|
+
49 34 LM_sdcard.py (mlint: True) (pylint: 7.88) (ref.: 0)
|
|
840
|
+
|
|
841
|
+
SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6822
|
|
838
842
|
```
|
|
839
843
|
|
|
840
844
|
> LM (Load Modules) - Application logic - accessable over socket server as a command
|