Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b89a2de

Browse files
Merge pull request #1157 from V205Github/patch-2
Update cheat-sheet.md Fixed missing ;
2 parents abcc227 + 4163ec0 commit b89a2de

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ EEPROM, also referred to as 'data' memory, is a type of memory that can retain d
260260

261261
```arduino
262262
EEPROM.write(address, val);
263-
EEPROM.read(address)
263+
EEPROM.read(address);
264264
```
265265

266266
It has a limited amount of write cycles, meaning that it is best suited for read-only applications. Make sure to never use `write()` inside `void loop()` because you may use all write cycles for the chip.
@@ -470,4 +470,4 @@ To flash the bootloader:
470470
- Short the BOOT and GND pin found on the UNO R4 Minima.
471471
- Go to the Connect Settings tab.
472472
- Select the COM port in the Tool > select the port shown in the IDE.
473-
- Press start.
473+
- Press start.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /