Skip to content

Commit e68d98c

Browse files
committed
update project1.md
1 parent 55c450a commit e68d98c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

led and button (1)/project1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ _*NOTE*_: `Serial.print()` will print in the same line and `Serial.printnl()` wi
4545

4646

4747
### Pinmode (input and output)
48-
To turn on a led or check if a button is pressed or not we use inputs and outputs. inputs are LED, screen, buzzer's. And outputs are buttons, switches, etc.
48+
To turn on a led or check if a button is pressed or not we use inputs and outputs. ***Outputs*** are LED, screen, buzzer's. And ***Inputs*** are buttons, switches, etc
4949

5050
to set a pin as a input/output we use `pinMode()` function.
5151
```cpp
5252
pimMode(pin_number, Value) //value can be Input or Output
53-
// and pin_number will be the number of the pin that the device is plugged //into
53+
// and pin_number will be the number of the pin that the input/output is plugged into
5454
```
5555

0 commit comments

Comments
 (0)