Skip to content

Commit 76b1c3f

Browse files
committed
Added some syntax highlighting in the readme
1 parent d8cadc5 commit 76b1c3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Documentation for the library can be found at the following link: <http://felis.
5757

5858
By default serial debugging is disabled. To turn it on simply change ```ENABLE_UHS_DEBUGGING``` to 1 in [settings.h](settings.h) like so:
5959

60-
```
60+
```C++
6161
#define ENABLE_UHS_DEBUGGING 1
6262
```
6363
@@ -204,15 +204,15 @@ The [Wii](Wii.cpp) library support the Wiimote, but also the Nunchuch and Motion
204204
205205
First you have to pair with the controller, this is done automatically by the library if you create the instance like so:
206206
207-
```
208-
WII Wii(&Btd,PAIR);
207+
```C++
208+
WII Wii(&Btd, PAIR);
209209
```
210210

211211
And then press 1 & 2 at once on the Wiimote or press sync if you are using a Wii U Pro Controller.
212212

213213
After that you can simply create the instance like so:
214214

215-
```
215+
```C++
216216
WII Wii(&Btd);
217217
```
218218

0 commit comments

Comments
 (0)