Skip to content

Commit

Permalink
Added syntax highlighting to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi authored Aug 5, 2020
1 parent c65ef74 commit af50bc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then import it as usual with `#import <Async_Operations.h>`
## Basic usage

#### Deferred execution
```
```c++
#import <Async_Operations.h>

long long dt = {1000};
Expand All @@ -37,7 +37,7 @@ void loop() {

#### Blinking LED

```
```c++
#import <Async_Operations.h>

long long dt = {500, 500};
Expand All @@ -54,7 +54,7 @@ void loop() {

#### Timeout handler

```
```c++
#import <Async_Operations.h>

long long dt = {10000};
Expand Down

0 comments on commit af50bc1

Please sign in to comment.