Skip to content

Commit b5d200f

Browse files
committed
Add repository.
1 parent 4a59af7 commit b5d200f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An Arduino Library that facilitates packet-based serial communication using COBS
44

55
## Features
66

7-
_PacketSerial_ is an small, efficient, library that allows [Arduinos](http://www.arduino.cc/) to send and receive serial data packets (with COBS, SLIP or a user-defined encoding) that include bytes of any value (0 - 255).
7+
_PacketSerial_ is an small, efficient, library that allows [Arduinos](http://www.arduino.cc/) to send and receive serial data packets (with COBS, SLIP or a user-defined encoding) that include bytes of any value (0 - 255).
88
A _packet_ is simply an array of bytes.
99

1010
## Documentation
@@ -39,6 +39,10 @@ This project is licensed under the [MIT License](LICENSE.md).
3939

4040
## Project Management
4141

42+
## Repository
43+
44+
[https://github.com/bakercp/PacketSerial](https://github.com/bakercp/PacketSerial)
45+
4246
### Contributing
4347

4448
If you'd like to contribute to this project, please check out the [Code of Conduct](docs/CODE_OF_CONDUCT.md) and [contributing](docs/CONTRIBUTING.md) guide.

0 commit comments

Comments
 (0)