Open ibarshai opened 9 years ago
First of all, you're going to run into issues with device tree and pinmuxing if you try to use PyBBIO and Adafruit_BBIO in the same program. Is there something you need that PyBBIO doesn't have?
One thing you could do is use the add_html() method to add a custom HTML form with a submit button. It would require some additional code either in the Javascript or on the server side to handle the form submission.
Thanks for getting this excellent library out there.
I'm currently using it to run a server to connect to a BBB, after which I'm interfacing with the IO using Adafruit's library. I'm pretty new at server client interaction and javascript, and I've been trying to accomplish the following:
I've been trying to tweak the library to accomplish this, but I don't think I can sift through all the interactions to get it fully working. Is this something that's supported or could be somewhat easily implemented using the pyBBIO framework? If so, any help would be much appreciated.