Skip to content

Commit 72519ab

Browse files
committed
Extracted client library.
1 parent d6be675 commit 72519ab

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
.cache/
33
arduino_simple_rpc.egg-info/
44
dist/
5-
example/device/.build/
65
simple_rpc/*.pyc
76
simple_rpc/__pycache__/
8-
tests/*.o
97
tests/__pycache__/
10-
tests/run_tests
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ the following commands.
1616

1717
::
1818

19-
git clone https://github.com/jfjlaros/simpleRPC.git
20-
cd simpleRPC
19+
git clone https://github.com/jfjlaros/arduino-simple-rpc.git
20+
cd arduino-simple-rpc
2121
pip install .
2222

2323

2424
.. _PyPI: https://pypi.org/project/arduino-simple-rpc
25-
.. _GitHub: https://github.com/jfjlaros/simpleRPC.git
25+
.. _GitHub: https://github.com/jfjlaros/arduino-simple-rpc.git
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Host library
2-
============
1+
Library
2+
=======
33

44
On the host, there are two ways to communicate with the device, either via the
55
API library, or via the command line.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)