8000 fixing naming · slavicd/arduino-docs-content@4e8b81a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e8b81a

Browse files
committed
fixing naming
1 parent e530e37 commit 4e8b81a

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

content/learn/03.programming/11.bitMath/bitMath.md renamed to content/learn/03.programming/11.bit-math/bit-math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ The expression `(1<<y)` selects a given bit inside `data` that we want to access
472472

473473
In this quick reference, we refer to the bits in a 16-bit integer starting with the least significant bit as bit 0, and the most significant bit (the sign bit if the integer is signed) as bit 15, as illustrated in this diagram:
474474

475-
![](assets/bitInteger.png)
475+
![](assets/bit-integer.png)
476476

477477
Whenever you see the variable `n`, its value is assumed to be 0 through 15.
478478

0 commit comments

Comments
 (0)
0