hello CPAN fellows,
I'm toying with Arduino lately, and I wrote myself a sort of Arduino
pseudocode simulator. in Perl :-)
basically, it's just a Wx::App which tries to mimic the working of an
Arduino, with visible widgets for physical components like pushbuttons,
leds and potentiometers.
it's still very rude and the GUI is not visually pleasant, but I found
it moderately useful so far.
I have setup a quick page which shows some synopsis code and explains a
little bit better what the module does:
http://dada.perl.it/Arduino-Pseudo/
the questions:
a) do you think it's worth a CPAN upload, or better keep it in the crazy
ideas drawer? :-)
b) do you think the name Arduino::Pseudo fits?
I know there is the Device::Arduino namespace already, but since this
has really nothing to do with the actual physical device, I don't think
it should be in Device::.
on the other hand, it would be a new top-level namespace, which maybe
someone won't like. I'm open to suggestions.
cheers,
Aldo