diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-12-27 17:08:13 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-12-27 17:08:13 -0800 |
commit | d6350ac260b0d0bb4d04d3254c7809aba9754943 (patch) | |
tree | 0bb584343a2ff4a716352134f8cedd65d15c182c /README.md | |
parent | f6cc6c9614b7db1d2b784b557192bcad6c001f37 (diff) |
Update readme for 1.0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,6 +20,11 @@ BSD license, all text above must be included in any redistribution ## Releases +### 1.0.1 +Released on December 27, 2017 + +View the full details here [here](https://github.com/brnkl/VC0706-cam-lib-legato/releases/tag/1.0.1) + ### 1.0.0 Released on December 16, 2017 @@ -128,4 +133,4 @@ typedef struct { ``` ## Usage on Other Platforms -This code is highly decoupled from Legato with the exception of `LE_INFO` and `LE_DEBUG` log statements. In future releases this could be made more portable with pre-processor directives to redefine these macros.
\ No newline at end of file +This code is highly decoupled from Legato with the exception of `LE_INFO` and `LE_DEBUG` log statements. In future releases this could be made more portable with pre-processor directives to redefine these macros. |