astro-pi / python-sense-hat

Source code for Sense HAT Python library
https://sense-hat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
505 stars 253 forks source link

API reference for the SenseStick #53

Closed martinohanlon closed 8 years ago

martinohanlon commented 8 years ago

Is the documentation for the stick missing ?

bennuttall commented 8 years ago

Yes - @waveform80 wrote it and we merged his PR (#12) but haven't done a release yet. @davidhoness and I plan to work through the issues and PRs on Monday and hopefully update the docs and do a release!

waveform80 commented 8 years ago

Yeah, there's a load of stuff in https://github.com/waveform80/pisense that I need to get around to cleaning up and finishing off (docs, tests, packaging, etc.). Unfortunately, with other projects it's unlikely to happen any time soon (shame really - the screen stuff I built is pretty neat, and the orientation stuff is much easier to use than the degree based stuff - but it was all thrown together in a quick weekend hack which I've never found the time to tidy up).

bennuttall commented 8 years ago

Hi @martinohanlon the Stick implementation is now complete, and in the new release. It's currently available via pip (and later the apt package will be updated). It's also documented at http://pythonhosted.org/sense-hat/api/

Please do test, play around, ask questions, create examples and give us feedback!