Skip to content

Commit 4166206

Browse files
committed
Rename Baremetal-Blinky example to Direct Register Blinky example
1 parent ccd1473 commit 4166206

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Baremetal-Blinky/README.md renamed to Direct-Register-Blinky/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Baremetal Blinky example using Mbed OS
1+
## Birect Register Blinky example using Mbed OS
22

3-
This guide reviews the steps required to build and run a baremetal Blinky application on FRDM-K64F without using DigitalOut class and timers.
3+
This guide reviews the steps required to build and run a basic Blinky application on FRDM-K64F without using DigitalOut class and timers by manipulating the hardware mapped IO registers directly.
44

55
Please install [Mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).
66

@@ -10,7 +10,7 @@ From the command-line, import the example:
1010

1111
```
1212
git clone https://github.com/ARMmbed/mbed-os-examples-docs_only.git
13-
cd mbed-os-examples-docs_only/Baremetal-Blinky
13+
cd mbed-os-examples-docs_only/Direct-Register-Blinky
1414
mbed config root .
1515
mbed deploy
1616
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)