Jump to content

sand

Members
  • Posts

    2
  • Joined

  • Last visited

sand's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I went with the answer by @attila, but I think @JColvin's method would work, too. Thanks to both of you!
  2. Hello! I am programming an Analog Discovery 2 with the Waveforms API in Python 3, and I am wanting to use the "Patterns" generator to make DIO-0 go to state '1'. In the SDK I only see the following options (from the SDK reference manual): • DwfDigitalOutTypePulse: Frequency = internal frequency/divider/(low + high counter). • DwfDigitalOutTypeCustom: Sample rate = internal frequency / divider. • DwfDigitalOutTypeRandom: Random update rate = internal frequency/divider/counter alternating between low and high values. • DwfDigitalOutTypeROM: ROM logic, the DIO input value is used as address for output value • DwfDigitalOutTypePlay: Supported with Digital Discovery. But the Waveforms software allows the type "constant". Is there a way to make the pin a constant logical high while the program is running?
×
×
  • Create New...