There is a libarduino C library [1], among others, that could potentially be used via Cython and modularized for Python (and subsequently Sage) use.
I'm not very experienced with Arduino or other microcontrollers, but I do something similar (using existing/tested C libs in Cython for Python module construction) on a daily basis for my job with SCSI enclosure devices. That setup has turned out to work incredibly well. I'm not sure how useful controller boards are from within Sage. I'd probably want to see some use cases. Cheers, Jason [1]: https://code.google.com/p/libarduino/ On Sat, Mar 1, 2014 at 3:12 PM, Trevor Tomesh <[email protected]> wrote: > Certainly, but the python crowd aren't exactly the most friendly to work > with some of the time. > > > On Sat, Mar 1, 2014 at 3:45 PM, Miguel Angel Marco < > [email protected]> wrote: > >> This sounds like an addition that could sure be useful for some uses of >> sage. Although, i am surprised that such a thing does not exists already in >> the python ecosystem. Doesn't it makes much sense to build it as a python >> module that could, then, be imported from sage? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-gsoc" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sage-gsoc. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "sage-gsoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-gsoc. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jason B. Hill - Software Engineer High Density Storage :: Silicon Graphics International (SGI) :: www.sgi.com [email protected] | http://www.jasonbhill.com | [email protected] <[email protected]> -- You received this message because you are subscribed to the Google Groups "sage-gsoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-gsoc. For more options, visit https://groups.google.com/groups/opt_out.
