summaryrefslogtreecommitdiff
path: root/camera.h
AgeCommit message (Collapse)Author
2017-11-09Remove confusing typedefNick Van Doorn
2017-11-05Implement method to write snapshot to fileNick Van Doorn
Mostly lifted from here https://github.com/adafruit/Adafruit-VC0706-Serial-Camera-Library/tree/master/examples/Snapshot
2017-11-03Implement all methods suported on the VC0706Nick Van Doorn
Most of this is ported directly from the Adafruit repo with some small changes Still lots of magic numbers floating around that I would like to squash but I'm not sure if there is really any point.
2017-11-02Fix argsNick Van Doorn
2017-11-02Initial commitNick Van Doorn