Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/microchip-cap1188/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module Usage:
# --- I²C bus ---
i2c_bus = new I2C
assert i2c_bus.frequency <= 400kHz
assert i2c_bus.address is 0x2B # Default address with 100kohm resistor
assert i2c_bus.address within 0x2B # Default address with 100kohm resistor

# --- Optional control signals ---
reset_pin = new ElectricLogic
Expand Down
4 changes: 2 additions & 2 deletions packages/microchip-cap1188/ato.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires-atopile: ^0.10.8
requires-atopile: ^0.14.0
paths:
src: ./
layout: ./layouts
Expand All @@ -17,7 +17,7 @@ package:
identifier: atopile/microchip-cap1188
repository: https://github.com/atopile/packages
homepage: https://github.com/atopile/packages/blob/main/packages/microchip-cap1188/README.md
version: 0.2.1
version: 0.3.0
authors:
- name: atopile
email: hi@atopile.io
Expand Down
Loading