Skip to content

Commit bc09841

Browse files
authored
fixed minor markdown formatting issue
1 parent 28f0503 commit bc09841

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MicroPython-Examples
33

44
This repo features examples for MicroPython similar to Arduino.
55

6-
###00.Basics
6+
### 00.Basics
77

88
__boot.py__
99
Sample boot file which points to 'helloWorld.py' to run after booting. The examples in this repo will not include copies of the boot file. Please edit and include boot.py accordingly.
@@ -18,7 +18,7 @@ All examples can be tested on the board without having to manually upload every
1818

1919
====================
2020

21-
###01.LEDs
21+
### 01.LEDs
2222

2323
__blink__
2424
Replicates Arduino's Blink sketch exactly (uses .on() and .off() and loops)
@@ -40,7 +40,7 @@ Similar to previous 'Heartbeat' script, but fades the light in and out instead o
4040

4141
====================
4242

43-
###02.Inputs
43+
### 02.Inputs
4444

4545
__button__
4646
Pull down button that toggles an LED
@@ -56,7 +56,7 @@ Example of the Switch.callback function (uses interrupts)
5656

5757
====================
5858

59-
###03.Pins
59+
### 03.Pins
6060

6161
__PinsBasicOutput__
6262
Example of using on of the pins to control an output (LED, motor, buzzer, relay, et al)
@@ -74,7 +74,7 @@ Prints the x,y,z values of the accelerometer every second (REPL required)
7474

7575
====================
7676

77-
###05.Servos
77+
### 05.Servos
7878

7979
__ServoSetAngle__
8080
Example of setting a servo's angle, and animating it over time
@@ -84,14 +84,14 @@ Generates a random number roughly between -90 and 90, and sets it as the servo's
8484

8585
====================
8686

87-
###06.Clock
87+
### 06.Clock
8888

8989
__clock__
9090
Uses the RTC (independent Real Time Clock) in the pyboard. Prints the time and date with delay of 100 microseconds. Start time is set with variables.
9191

9292
====================
9393

94-
###07.Mouse
94+
### 07.Mouse
9595

9696
__boot.py__
9797
Sets the device as a HID when it boots.
@@ -101,7 +101,7 @@ Control cursor with the pyboard's accelerometer. The USR switch is used as the b
101101

102102
====================
103103

104-
###08.Sensors
104+
### 08.Sensors
105105

106106
__HC-SR04__
107107
Prints distance values in cm and inches from two ultrasonic sensors connected to the pyboard. Uses the ultrasonic module available [here](https://github.com/mithru/MicropythonLibs/tree/master/Ultrasonic) and [here](https://github.com/skgsergio/MicropythonLibs/tree/master/Ultrasonic).

0 commit comments

Comments
 (0)