Skip to content

Commit

Permalink
Add pololu lib again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyr3x committed Dec 30, 2021
1 parent f92a25d commit a977499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/roode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async def to_code(config):
await cg.register_component(hub, config)
cg.add_library("EEPROM", None)
cg.add_library("Wire", None)
cg.add_library("pololu", "1.3.0", "VL53L1X")

validate_roi_settings(config)

Expand Down

0 comments on commit a977499

Please sign in to comment.