Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willzhang05 authored Mar 11, 2024
1 parent 1b37a22 commit 289c615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Runnable examples are located in the `examples/` directory.

### Master Example
```python
from plin.plin import PLIN
from plin.device import PLIN
from plin.enums import (PLINFrameChecksumType, PLINFrameDirection,
PLINFrameFlag, PLINMode)

Expand Down Expand Up @@ -60,7 +60,7 @@ while True:

### Slave Example
```python
from plin.plin import PLIN
from plin.device import PLIN
from plin.enums import PLINMode

# Initializes /dev/plin0 as a LIN slave
Expand All @@ -85,7 +85,7 @@ while True:

## License

Copyright 2023 Rivian Automotive, Inc.
Copyright 2024 Rivian Automotive, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 289c615

Please sign in to comment.