Create non-device modules
mighe
Posts: 39
Is it possibile to create a duet module that extends Module and not a device?
I want to create a simple rss parser in Duet, so I don't have to extend a device like Monitor or Amplifier.
Thank you
Michele
I want to create a simple rss parser in Duet, so I don't have to extend a device like Monitor or Amplifier.
Thank you
Michele
0
Comments
It's possibile, but this cannot be done through wizard; it's necessary to modify manifest and source code by hand
In all seriousness, I have yet to see a case where any code "wizard" served me better than learning to do it myself without such aid. They provide a good starting point (sometimes) when you are learning, or to create a base from which you are going to build. But I find I far more rely on writing my own reusable templates and working from those instead.