Skip to content

Commit

Permalink
use angle brackets in a docs code block
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 2, 2021
1 parent 2819745 commit 7c3d6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arduino.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Setup:
```
3. In your sketch, add
```cpp
#include DigitalIO.h
#include <DigitalIO.h>
```

@note Note: Pins are listed as follows and can be modified by editing the RF24_config.h file.
Expand Down

0 comments on commit 7c3d6ec

Please sign in to comment.