summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-10Fix I/O related issuesNick Van Doorn
1. Put the serial connection in 'raw mode' 2. Use the write and read calls properly 3. Add support for flushing the buffer
2017-11-09Code review bug fixesNick Van Doorn
2017-11-09Re-add component init methodNick Van Doorn
2017-11-09Remove confusing typedefNick Van Doorn
2017-11-06Pass pointer to first element of buffNick Van Doorn
I think this is correct...
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-05Add component init stubNick Van Doorn
2017-11-03Strip out test codeNick Van Doorn
These function should be called from a seperate component which I may or may not include in this repository
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-02Fix spacingNick Van Doorn
2017-11-02Merge branch 'master' of https://github.com/brnkl/VC0706-cam-lib-legatoNick Van Doorn
2017-11-04Initial commitNicholas Van Doorn
2017-11-02Initial commitNick Van Doorn