Skip to content

Commit 5fc6821

Browse files
author
Jordan Rhee
committed
Fix lowLevel device capability for GPIO, I2C, SPI
Capability was incorrectly specified as lowLevelDevices. The correct capability for GPIO, I2C, and SPI is the lowLevel DeviceCapability. See MicrosoftDocs/windows-dev-docs#474
1 parent 2440d70 commit 5fc6821

38 files changed

Lines changed: 38 additions & 38 deletions

‎windows.devices.gpio/gpiocontroller_getdefault_846721868.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The default GPIO controller for the system, or null if the system has no GPIO co
2323

2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiocontroller_pincount.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The number of pins on the GPIO controller. Some pins may not be available in use
2323
[OpenPin](gpiocontroller_openpin.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiocontroller_tryopenpin_619900994.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ If the method returns true, the *pin* parameter receives an instance of a [GpioP
3838
[OpenPin](gpiocontroller_openpin.md), [GpioOpenStatus](gpioopenstatus.md)
3939

4040
## -capabilities
41-
lowLevelDevices
41+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_debouncetimeout.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The debounce timeout for the GPIO pin, which is an interval during which changes
2323
[ValueChanged](gpiopin_valuechanged.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_getdrivemode_1456675415.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ An enumeration value that indicates the current drive mode for the GPIO pin. The
2323
[GpioPinDriveMode](gpiopindrivemode.md), [GpioPin.SetDriveMode](gpiopin_setdrivemode.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_isdrivemodesupported_1169156336.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ True if the GPIO pin supports the drive mode that *driveMode* specifies; otherwi
2727
[GpioPinDriveMode](gpiopindrivemode.md), [GetDriveMode](gpiopin_getdrivemode.md), [SetDriveMode](gpiopin_setdrivemode.md)
2828

2929
## -capabilities
30-
lowLevelDevices
30+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_pinnumber.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The pin number of the GPIO pin.
2323
[GpioController.PinCount](gpiocontroller_pincount.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_read_431746835.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The current value of the GPIO pin. If the pin is configured as an output, this v
2323
[GpioPinValue](gpiopinvalue.md), [GpioPin.Write](gpiopin_write.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_setdrivemode_419000462.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The pin is open in shared read-only mode. Close the pin and reopen it in exclusi
3333
[GpioPinDriveMode](gpiopindrivemode.md), [GpioPin.GetDriveMode](gpiopin_getdrivemode.md)
3434

3535
## -capabilities
36-
lowLevelDevices
36+
<DeviceCapability name="lowLevel" />

‎windows.devices.gpio/gpiopin_sharingmode.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The sharing mode in which the GPIO pin is open.
2323
[GpioSharingMode](gpiosharingmode.md), [GpioController.OpenPin](gpiocontroller_openpin.md)
2424

2525
## -capabilities
26-
lowLevelDevices
26+
<DeviceCapability name="lowLevel" />

0 commit comments

Comments
 (0)