Skip to content

Commit 3277f62

Browse files
authored
Merge 3ae0237 into e33133b
2 parents e33133b + 3ae0237 commit 3277f62

File tree

260 files changed

+778
-975
lines changed

Some content is hidden

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

260 files changed

+778
-975
lines changed

.github/workflows/cloudflare.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
1820
- uses: actions/setup-node@v3
1921
with:
2022
node-version: 18

.github/workflows/deploy-prd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921
- uses: actions/setup-node@v3
2022
with:
2123
node-version: 18

.github/workflows/deploy-stg.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
- run: git log -1 --pretty=format:%aI content/learn/04.electronics/05.servo-motors/servo-motors.md
1821
- uses: actions/setup-node@v3
1922
with:
2023
node-version: 18

content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md

+1

content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md

+1

content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md

+1

content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md

+1

content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md

+1

content/hardware/01.mkr/01.boards/mkr-wan-1300/product.md

+1

content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md

+1

content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md

+1

content/hardware/01.mkr/01.boards/mkr-zero/product.md

+1

content/hardware/01.mkr/02.shields/mkr-485-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-can-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-env-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-eth-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-gps-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-imu-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-mem-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-relay-proto-shield/product.md renamed to content/hardware/01.mkr/02.shields/mkr-relay-shield/product.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Shield:
2-
Name: Arduino® MKR Relay Shield
3-
SKU: TSX00003
4-
Compatibility: MKR
5-
Relays:
6-
Name: G5V-1
7-
Pins: 1 (relay 1), 2 (relay 2)
8-
Max voltage: 24 VAC, 50 VDC
9-
Max current: 1A
10-
Max switching capacity: 62.50VA, 30W
11-
Other features:
12-
Prototyping area: Yes
13-
Screw terminals: relays, A1-A4, SDA, SCL, 3.3V, GND
14-
Power:
15-
Operating Voltage: 3.3V
16-
Dimensions:
17-
Width: 50.625 mm
18-
Length: 80 mm
1+
Shield:
2+
Name: Arduino® MKR Relay Shield
3+
SKU: TSX00003
4+
Compatibility: MKR
5+
Relays:
6+
Name: G5V-1
7+
Pins: 1 (relay 1), 2 (relay 2)
8+
Max voltage: 24 VAC, 50 VDC
9+
Max current: 1A
10+
Max switching capacity: 62.50VA, 30W
11+
Other features:
12+
Prototyping area: Yes
13+
Screw terminals: relays, A1-A4, SDA, SCL, 3.3V, GND
14+
Power:
15+
Operating Voltage: 3.3V
16+
Dimensions:
17+
Width: 50.625 mm
18+
Length: 80 mm

content/hardware/01.mkr/02.shields/mkr-rgb-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/product.md

+1

content/hardware/01.mkr/02.shields/mkr-therm-shield/product.md

+1

content/hardware/01.mkr/03.carriers/mkr-connector-carrier/product.md

+1

content/hardware/01.mkr/03.carriers/mkr-iot-carrier-rev2/product.md

+1

content/hardware/01.mkr/03.carriers/mkr-iot-carrier/product.md

+2-1

content/hardware/01.mkr/03.carriers/mkr-motor-carrier/product.md

+3-2

content/hardware/02.hero/boards/leonardo/product.md

+1

content/hardware/02.hero/boards/micro/product.md

+1

content/hardware/02.hero/boards/uno-mini-le/tutorials/AnalogReadSerial

-1
This file was deleted.

content/hardware/02.hero/boards/uno-mini-le/product.md renamed to content/hardware/02.hero/boards/uno-mini-limited-edition/product.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
Board:
2-
Name: Arduino UNO Mini Limited Edition
3-
SKU: ABX00062
4-
Microcontroller: ATmega328P
5-
USB connector: USB-C®
6-
Pins:
7-
Built-in LED Pin: 13
8-
Digital I/O Pins: 14
9-
Analog input pins: 6
10-
PWM pins: 6
11-
Communication:
12-
UART: Yes
13-
I2C: Yes
14-
SPI: Yes
15-
Power:
16-
I/O Voltage: 5V
17-
Input voltage (nominal): 7-12V
18-
DC Current per I/O Pin: 20 mA
19-
Clock speed:
20-
Main Processor: ATmega328P 16 MHz
21-
USB-Serial Processor: ATmega16U2 16 MHz
22-
Memory:
23-
ATmega328P: 2KB SRAM, 32KB FLASH, 1KB EEPROM
24-
Dimensions:
25-
Weight: 8.05 g
26-
Width: 26.70 mm
27-
Length: 34.20 mm
1+
Board:
2+
Name: Arduino UNO Mini Limited Edition
3+
SKU: ABX00062
4+
Microcontroller: ATmega328P
5+
USB connector: USB-C®
6+
Pins:
7+
Built-in LED Pin: 13
8+
Digital I/O Pins: 14
9+
Analog input pins: 6
10+
PWM pins: 6
11+
Communication:
12+
UART: Yes
13+
I2C: Yes
14+
SPI: Yes
15+
Power:
16+
I/O Voltage: 5V
17+
Input voltage (nominal): 7-12V
18+
DC Current per I/O Pin: 20 mA
19+
Clock speed:
20+
Main Processor: ATmega328P 16 MHz
21+
USB-Serial Processor: ATmega16U2 16 MHz
22+
Memory:
23+
ATmega328P: 2KB SRAM, 32KB FLASH, 1KB EEPROM
24+
Dimensions:
25+
Weight: 8.05 g
26+
Width: 26.70 mm
27+
Length: 34.20 mm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../built-in-examples/01.basics/AnalogReadSerial

content/hardware/02.hero/boards/uno-r4-minima/product.md

+1

content/hardware/02.hero/boards/uno-r4-wifi/product.md

+1

content/hardware/02.hero/boards/uno-rev3-smd/product.md

+1

content/hardware/02.hero/boards/uno-rev3/product.md

+1

0 commit comments

Comments
 (0)