Search found 1 match

by epederson
23 May 2025, 00:30
Forum: Software
Topic: Python-Code wird nicht durchlaufen bei Start via bash
Replies: 2
Views: 10323

Python-Code for generating a pulse

Hello,

Along this same lines; were able to get PWM to work in PiCtory. However, what we really need is to have an output through the MIO sit at 5V and then go to 0V for 1 millisecond and then back to 5V using python3.

We attempted to write code like the following:

rpi.io.DigitalOutput_3.set ...