Skip to content

Commit

Permalink
Merge pull request #1 from KitSprout/v1.0-updateing
Browse files Browse the repository at this point in the history
v1.0 release
  • Loading branch information
Hom-Wang authored Jan 13, 2021
2 parents 49738d8 + ddd2c40 commit 67f5bbf
Show file tree
Hide file tree
Showing 26 changed files with 507 additions and 2,417 deletions.
36 changes: 15 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
==========================================================================================
MIT License

*** kSerial Software License ***
Copyright (c) 2021 KitSprout

The MIT License (MIT)
(http://opensource.org/licenses/MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

Copyright (c) 2017 Hom-Wang

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

==========================================================================================
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

| byte 1 | byte 2 | byte 3 | byte 4 | byte 5 | byte 6 | byte 7 | ...   | byte L + 8 |
| :----: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | :--------: |
|   HK   |   HS   |   L   |   T    |   P1   |   P2   |   CK   |   DN   |   ER |
|   HK   |   HS   |   TP   |   LN   |   P1   |   P2   |   CK   |   DN   |   ER |

| name | information |
| :--: | ----------- |
| HK | header 'K' (75) |
| HS | header 'S' (83) |
| L   | data length (12-bit, 0~4095) |
| T   | data type (4-bit) |
| P1 | parameter 1 |
| P2 | parameter 2 |
| CK | checksum |
| ... | ... |
| DN | data |
| ER | finish '\r' (13) |
| name | information |
| :--: | ------------------------------ |
| HK | header 'K' (75) |
| HS | header 'S' (83) |
| TP | data type (4-bit) |
| LN | data length (12-bit, 0~4095) |
| P1 | parameter 1 |
| P2 | parameter 2 |
| CK | checksum |
| ... | ... |
| DN | data |
| ER | finish '\r' (13) |

| type | binrary |
| :------: | ------------ |
Expand Down
3 changes: 0 additions & 3 deletions android/README.md

This file was deleted.

1 change: 0 additions & 1 deletion clang/README.md

This file was deleted.

74 changes: 0 additions & 74 deletions clang/kStatus.h

This file was deleted.

1 change: 0 additions & 1 deletion julialang/README.md

This file was deleted.

190 changes: 0 additions & 190 deletions julialang/kserial.jl

This file was deleted.

Loading

0 comments on commit 67f5bbf

Please sign in to comment.