Skip to content

Commit c547763

Browse files
committed
Gif size update
1 parent b323fcf commit c547763

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
9.41 MB
Loading

content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual/content.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,7 @@ To test the example code, press the Edge Control Enclosure Kit button to set the
11141114
![RealTimeClock example output](assets/rtc-output.png)
11151115

11161116
## Communication
1117-
The Edge Control communication peripherals are not accessible to the user as a normal development board because it isn't.
1118-
1119-
For example the `SPI` communication is reserved for the micro SD card and external memory ICs
1117+
The Edge Control communication peripherals are not accessible to the user as a normal development board because it isn't. For example, the `SPI` communication is reserved for the micro SD card and external memory ICs.
11201118

11211119
### I2C
11221120

@@ -1180,7 +1178,7 @@ while (Wire.available()) {
11801178
}
11811179
```
11821180

1183-
In the example code below, we are going to communicate the Edge Control with a MKR WiFi 1010. With a potentiometer connected to the Edge Control, the onboard LED of the MKR board will be controlled, so we will be sending the brightness value through I2C to it.
1181+
In the example code below, we are going to communicate the `Edge Control` with a `MKR WiFi 1010`. With a potentiometer connected to the Edge Control, the onboard `LED` of the `MKR board` will be controlled, so we will be sending the brightness value through I2C to it.
11841182

11851183
***Use the same connection from [this section](#analog-inputs) for the potentiometer wiring.***
11861184

@@ -1343,7 +1341,7 @@ void LEDControl(SensorValues_t *vals) {
13431341
}
13441342
13451343
```
1346-
![I2C LED brightness control demo](assets/I2C_2.gif)
1344+
![I2C LED brightness control demo](assets/I2C_4.gif)
13471345

13481346
### UART
13491347

0 commit comments

Comments
 (0)