Skip to content

Commit 3684b12

Browse files
committed
Mistakes in the location of the drivers
Fixed the location so that the drivers were correctly installed
1 parent b18932b commit 3684b12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/drivers/qwiic_alphanumeric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"urls": [
3-
["qwiic_alphanumeric.py", "g/drivers/qwiic_alphanumeric/qwiic_alphanumeric.py"]
3+
["qwiic_alphanumeric.py", "/drivers/qwiic_alphanumeric/qwiic_alphanumeric.py"]
44
],
55
"deps": [
66
["qwiic_i2c", "/drivers/qwiic_i2c/package.json"]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"urls": [
3-
["qwiic_i2c/__init__.py", "/drivers/qwiic_i2c/qwiic_i2c/__init__.py"],
4-
["qwiic_i2c/i2c_driver.py", "/drivers/qwiic_i2c/qwiic_i2c/i2c_driver.py"],
5-
["qwiic_i2c/micropython_i2c.py", "/drivers/qwiic_i2c/qwiic_i2c/micropython_i2c.py"]
3+
["qwiic_i2c/__init__.py", "/drivers/qwiic_i2c/__init__.py"],
4+
["qwiic_i2c/i2c_driver.py", "/drivers/qwiic_i2c/i2c_driver.py"],
5+
["qwiic_i2c/micropython_i2c.py", "/drivers/qwiic_i2c/micropython_i2c.py"]
66
],
77
"version": "2.0.0"
88
}

0 commit comments

Comments
 (0)