Hi just in case someone ever looks at this... A clarification: I understand that in some parts of the github its written that custom waveforms are not supported. However, I speculated that this comment was old, because (1) custom waveforms can be sent with the GUI (although the code for that is compiled) (2) there is a lot of code for custom waveforms written in osc1lite.py and (3) I get no error (but no light is delivered) if I execute the commands:
osc.set_channel(led_now, osc1lite.ChannelInfo(osc1lite.CustomWaveform(wave=list(u), index=1,clk_div=500000000)))
osc.trigger_channel(led_now)
Am I misunderstanding the syntax? In contrast, if development for this was started, but never completed: I would be happy to work on it myself. If anyone has some notes (explaining some of the lines of codes that are not commented) that would be helpful.
Thank you