Skip to content

Commit 52c827c

Browse files
author
JeromeGalan
committed
Link projects to platformio registry
1 parent 265818a commit 52c827c

File tree

72 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+90
-90
lines changed

examples/apps/alarm_controller/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/apps/biometric-security/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/apps/start_controller/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/projects/Arduino/bldc_simple_foc/lib/motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"build": {},
1212
"dependencies": {
1313
"askuric/Simple FOC": "^2.2.1",
14-
"luos_engine": "^2.6.4"
14+
"luos/luos_engine": "^2.6.4"
1515
}
1616
}

examples/projects/Arduino/button/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/Arduino/fingerprint/lib/Fingerprint/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos_engine": "^2.6.4",
8+
"luos/luos_engine": "^2.6.4",
99
"adafruit/Adafruit Fingerprint Sensor Library": "*"
1010
}
1111
}

examples/projects/Arduino/lcd/lib/Lcd/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos_engine": "^2.6.4",
8+
"luos/luos_engine": "^2.6.4",
99
"arduino-libraries/LiquidCrystal": "*"
1010
}
1111
}

examples/projects/Arduino/led/lib/led/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/Arduino/servo_motor/lib/Servo_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"licence": "MIT",
77
"dependencies": {
88
"arduino-libraries/servo": "^1.1.8",
9-
"luos_engine": "^2.6.4"
9+
"luos/luos_engine": "^2.6.4"
1010
}
1111
}

examples/projects/Arduino/stepper_simple_foc/lib/motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": {},
1212
"dependencies": {
1313
"askuric/Simple FOC": "^2.2.1",
14-
"luos_engine": "^2.6.4",
14+
"luos/luos_engine": "^2.6.4",
1515
"Wire": "*",
1616
"SPI": "*"
1717
}

examples/projects/ESP32/button/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/projects/ESP32/button_arduino/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/projects/ESP32/led/lib/led/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
14-
}
14+
}

examples/projects/NUCLEO-F072RB/barometer/lib/barometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/projects/NUCLEO-F072RB/button/lib/Button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F072RB/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F072RB/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F401RE/button/lib/Button/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-F401RE/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F401RE/led/lib/Led/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4",
11+
"luos/luos_engine": "^2.6.4",
1212
"alias_save": "^1.0.0"
1313
},
1414
"licence": "MIT"

examples/projects/NUCLEO-F401RE/led/lib/alias_save/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos_engine": "^2.6.4"
12+
"luos/luos_engine": "^2.6.4"
1313
}
1414
}

examples/projects/NUCLEO-F401RE/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F410RB/button/lib/Button/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-F410RB/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-F410RB/led/lib/Led/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-F410RB/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-G431KB/button/lib/Button/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-G431KB/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-G431KB/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-G474RE/button/lib/Button/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-L073RZ/button/lib/Button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-L432KC/button/lib/Button/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-L432KC/dc_motor/lib/DC_motor/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-L432KC/fingerprint/lib/Fingerprint/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos_engine": "^2.6.4"
8+
"luos/luos_engine": "^2.6.4"
99
}
1010
}

examples/projects/NUCLEO-L432KC/gpio/lib/Gpio_dev/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-L432KC/lcd/lib/Lcd/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos_engine": "^2.6.4"
8+
"luos/luos_engine": "^2.6.4"
99
}
1010
}

examples/projects/NUCLEO-L432KC/led/lib/Led/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
14-
}
14+
}

examples/projects/NUCLEO-L432KC/potentiometer/lib/Potentiometer/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/NUCLEO-L432KC/servo/lib/Servo/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos_engine": "^2.6.4"
8+
"luos/luos_engine": "^2.6.4"
99
}
1010
}

examples/projects/SAMD21XPLAINED/button/lib/button/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos_engine": "^2.6.4"
11+
"luos/luos_engine": "^2.6.4"
1212
},
1313
"licence": "MIT"
1414
}

0 commit comments

Comments
 (0)