User Tools

Site Tools

한국어

logicpython:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
logicpython:index [2026/04/10 02:54] – [Timing and Delays] adminlogicpython:index [2026/05/15 05:29] (current) – [PWM] mfranklin
Line 1: Line 1:
-====== LogicPython User Documentation ======+====== LogicPython ======
  
-LogicPython is a browser-based Python development environment for RP2350 hardware+LogicPython is a browser-based Python development environment for microcontrollers
-The target device must be an RP2350-based device with LogicPython firmware installed.+The target device must be a microcontroller board device with LogicPython firmware installed.
 You can edit code, deploy to the device, run programs, monitor output, and use AI-assisted editing. You can edit code, deploy to the device, run programs, monitor output, and use AI-assisted editing.
  
Line 15: Line 15:
 ===== CUBLOC API Reference ===== ===== CUBLOC API Reference =====
  
-The CUBLOC API pages are grouped by category. Each entry links to a dedicated page and includes a short description.+LogicPython includes a [[cubloc:index|CUBLOC]] API for those who wish to leverage their familiarity with the [[cubloc:index|CUBLOC]] platform.
  
 ==== Analog Input ==== ==== Analog Input ====
Line 34: Line 34:
  
  
-==== Memory and Storage ==== 
  
-  * [[logicpython:cubloc_api:eeread|EERead]] - Read bytes from per-''address'' backing files named like _ee_0000. 
-  * [[logicpython:cubloc_api:eewrite|EEWrite]] - Write bytes into per-''address'' backing files named like _ee_0000. 
  
 +==== PWM ====
  
-==== PWM and Counters ====+  * [[logicpython:cubloc_api:pwm|PWM]] - ''Output'' a PWM waveform on the specified ''channel''
 +  * [[logicpython:cubloc_api:pwmoff|PWMOff]] - Stop PWM output on the specified ''channel''.
  
-  * [[logicpython:cubloc_api:pwm|Pwm]] - ''Output'' a PWM waveform on the specified ''channel''+==== Modbus RTU Process ====
-  * [[logicpython:cubloc_api:pwmoff|PwmOff]] - Stop PWM output on the specified ''channel''.+
  
-==== MDOBUS RTU Communication ==== 
- 
-  * [[logicpython:cubloc_api:opencom|OpenCom]] - Enable serial communication on a CUBLOC-style ''channel''. 
   * [[logicpython:cubloc_api:setmodbus|SetModbus]] - Start the LogicPython Modbus RTU slave worker using a pre-opened UART ''channel''.   * [[logicpython:cubloc_api:setmodbus|SetModbus]] - Start the LogicPython Modbus RTU slave worker using a pre-opened UART ''channel''.
  
logicpython/index.1775789686.txt.gz · Last modified: by admin