Skip to content

Commit

Permalink
rename and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
justind000 committed Mar 1, 2024
1 parent df31dc3 commit 0b4967d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ you use I2C like you might use MODBUS, ie. over long wires and through noisy env

## 🏁 Get started
### Installation
From inside a project directory terminal: `ato install pac9615-ato`
From inside a project directory terminal: `ato install pca9615-ato`

### Code
```Go
Expand Down Expand Up @@ -50,7 +50,7 @@ module Test:

## 🤔 Design Considerations
- d_sda and d_scl must be routed as differential pairs (`6` in KiCAD PCB Editor)
- power on the I2C side can be seperate from the differential side, common grounds are not required
- power on the I2C side can be separate from the differential side, common grounds are not required
- the I2C side can accept between 2.3 - 5.5 volts
- the differential side can accept 3.0 - 5.5 volts
- an RJ45 connector and CAT6 cable work well for making the connections
Expand All @@ -59,12 +59,12 @@ module Test:

|MCU | | MCU PCA9615 | |Sensor PCA9615 | | Sensor |
|-------: |-: |---: |:-: |:--- |:-: | :-|
| | | MCU PCA9615.d_SDA 🟩|~ |🟩 Sensor PCA9615.d_SDA|~ |
| | | MCU PCA9615.d_SCL 🟪|~ |🟪 Sensor PCA9615.d_SCL|~
| MCU.SDA 🟨 |~ | 🟨 MCU PCA9615.SDA 🟨| |🟨 Sensor PCA9615.SDA|~ |🟨 Sensor.SDA
| MCU.SCL 🟦 |~ | 🟦 MCU PCA9615.SCL 🟦| |🟦 Sensor PCA9615.SCL|~ |🟦 Sensor.SCL
| *MCU.VCC* 🟥 | ~| 🟥 *MCU PCA9615.VCC* 🟥 |*(optional)*|🟥 *Sensor.VCC*|~ | 🟥 *Sensor.VCC*
|**MCU.GND**⬛ |~ | ⬛ **MCU.GND** ⬛|*(optional)*|⬛ **Sensor.GND**|~|⬛ **Sensor.GND**
| | | MCU PCA9615.d_SDA 🟩|~ |🟩 PCA9615.d_SDA|~ |
| | | MCU PCA9615.d_SCL 🟪|~ |🟪 PCA9615.d_SCL|~
| MCU.SDA 🟨 |~ | 🟨 PCA9615.SDA 🟨| |🟨 PCA9615.SDA|~ |🟨 Sensor.SDA
| MCU.SCL 🟦 |~ | 🟦 PCA9615.SCL 🟦| |🟦 PCA9615.SCL|~ |🟦 Sensor.SCL
| *MCU.VCC* 🟥 | ~| 🟥 *PCA9615.VCC* 🟥 |*(optional)*|🟥 *PCA9615.VCC*|~ | 🟥 *Sensor.VCC*
|**MCU.GND**⬛ |~ | ⬛ **PCA9615.GND** ⬛|*(optional)*|⬛ **PCA9615.GND**|~|⬛ **Sensor.GND**


## ⚡ Programming
Expand Down

0 comments on commit 0b4967d

Please sign in to comment.