Skip to content

Commit dd8319b

Browse files
committed
update assets
1 parent 705aa9c commit dd8319b

File tree

14 files changed

+11
-11
lines changed

14 files changed

+11
-11
lines changed
1.08 MB
Loading
54.8 KB
Loading
585 KB
Loading
554 KB
Loading
564 KB
Loading
429 KB
Loading

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The UNO R4 Minima features the powerful and very robust Renesas microcontroller
7070

7171
These peripherals include analog-to-digital converters, timers, pulse width modulation (PWM) units, communication interfaces (such as UART, SPI, and I2C), and more.
7272

73-
![Microcontroller on the UNO R4 Minima](assets/R7FA4M1AB3CFM.png)
73+
![Microcontroller on the UNO R4 Minima](./assets/R7FA4M1AB3CFM.png)
7474

7575
### Memory
7676

@@ -239,7 +239,7 @@ void loop(){
239239

240240
## DAC
241241

242-
![DAC Pin](assets/dacpin.png)
242+
![DAC Pin](./assets/dacpin.png)
243243

244244
The UNO R4 Minima has a DAC with up to 12-bit resolution, that can act as a genuine analog output pin which means it's even more capable than PWM pins.
245245

@@ -321,7 +321,7 @@ If you want to read more about the EEPROM check out [this article about Arduino
321321

322322
## SPI
323323

324-
![SPI Pins](assets/spipins.png)
324+
![SPI Pins](./assets/spipins.png)
325325

326326
The UNO R4 Minima features a Serial Peripheral Interface (SPI) bus. The bus (connector), ‘SPI’ uses the following pins:
327327

@@ -359,7 +359,7 @@ void loop() {
359359

360360
## I2C
361361

362-
![I2C Pins](assets/i2cpins.png)
362+
![I2C Pins](./assets/i2cpins.png)
363363

364364
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.
365365

@@ -489,7 +489,7 @@ To learn more about the HID capabilities of the UNO R4 Minima, check out the [HI
489489

490490
## SWD Connector
491491

492-
![SWD Connector](assets/swd.png)
492+
![SWD Connector](./assets/swd.png)
493493

494494
On the UNO R4 Minima, there is a debugging option available using the SWD connector pins, giving advanced debug functionalities for more advanced users.
495495

-1.47 MB
Loading
53.6 KB
Loading
-2.75 MB
Loading

0 commit comments

Comments
 (0)