You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,7 +124,7 @@ The **UNO R4 Minima** has 6 analog input pins (A0-A5) that can be read by using
124
124
value = analogRead(pin, value);
125
125
```
126
126
127
-
The reference voltage of these pins is 5V.
127
+
The reference voltage of these pins is 5 V.
128
128
129
129
### PWM
130
130
@@ -176,7 +176,7 @@ The **UNO R4 Minima** features a total of digital 14 pins. Though some of them s
176
176
| 14 | SDA | Serial communication |
177
177
| 15 | SCL | Serial communication |
178
178
179
-
The reference voltage of all digital pins is 5V.
179
+
The reference voltage of all digital pins is 5 V.
180
180
181
181
## DAC
182
182
@@ -291,13 +291,13 @@ void loop() {
291
291
292
292
## I2C
293
293
294
-
I2C lets you connect multiple I2C compatible devices in series using only two pins. The controller will send out information through the I2C bus to a 7bit address, meaning that the technical limit of I2C devices on a single line is 128. Practically, you're never gonna reach 128 devices before other limitations kick in.
294
+
I2C lets you connect multiple I2C compatible devices in series using only two pins. The controller will send out information through the I2C bus to a 7-bit address, meaning that the technical limit of I2C devices on a single line is 128. Practically, you're never gonna reach 128 devices before other limitations kick in.
295
295
296
296
The **UNO R4 Minima** has one I2C bus which is marked with SCL and SDA. They are shared with A4 (SDA) and A5 (SCL) which owners of previous UNO's are familiar with. The pullups are not mounted on the PCB but there are footprints to do so if needed.
297
297
298
298
The pins used for I2C on the **UNO R4 Minima** are the following:
0 commit comments