Skip to content

Commit

Permalink
Add icon design, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanSof committed Mar 31, 2024
1 parent c281f7e commit fb04943
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Python Device Development Kit (PyDevDTK)
<p align="center">
<picture>
<img src="images/icon.png" height="128">
</picture>
</p>

Python package that provides basic tools for device development, including:
- Communication protocols:
Expand All @@ -19,4 +23,8 @@ The wheel package can be found under `dist` folder.

## Installing wheel package

Wheel package can be installed by calling `pip install <package.whl>`.
Wheel package can be installed by calling `pip install <package.whl>`.

## Examples

Examples can be found under `examples` folder.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
248 changes: 248 additions & 0 deletions images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb04943

Please sign in to comment.