Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanesh-16 authored Sep 24, 2024
1 parent 01de32c commit fea938b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@
# Overiew
So, this is the newr version add on's to that Canvect is a Python package designed for sending and managing CAN (Controller Area Network) messages related to acceleration control. It provides a simple yet flexible API for creating and dispatching CAN messages, making it ideal for applications in automotive and industrial systems where CAN communication is essential.

## Contributing

We welcome contributions to the `canvect` project! To get started:

1. **Fork the repository**
2. **Clone your fork**
```bash
git clone https://github.com/your-username/canvect.git
```
3 **Clone your fork**
```bash
git checkout -b feature/your-feature
```
4 **Make your changes and commit them*
```bash
git commit -m "Add a new feature"
```
5. **Push to your fork **
```bash
git push origin feature/your-feature

```
# New Features
1. Dynamic Parameter Input: Users can now input dynamic parameters for the following

Expand Down

0 comments on commit fea938b

Please sign in to comment.