Skip to content

Commit 577db1b

Browse files
authored
Update README.md
set language in readme example
1 parent 835f234 commit 577db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An Implementation of the Ant+ Network on top of [ant-arduino](https://github.com
1515
## Example
1616
I have created several sketches of configuring the radio with the ant-arduino library. You can find these in the examples folder. Here's an example of configuring a channel with a NRF51 radio:
1717

18-
```
18+
```c++
1919
AntWithCallbacks ant = AntWithCallbacks();
2020
AntPlusRouter router = AntPlusRouter();
2121
ProfileHeartRateMonitor hr = ProfileHeartRateMonitor(WILDCARD_DEVICE);

0 commit comments

Comments
 (0)