From 7c3d6ecfc55e52ab1cd968ea71d5c86ab8c7ffd4 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 2 Jun 2021 14:35:09 -0700 Subject: [PATCH] use angle brackets in a docs code block --- docs/arduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arduino.md b/docs/arduino.md index 58d3b344c..1866662f8 100644 --- a/docs/arduino.md +++ b/docs/arduino.md @@ -32,7 +32,7 @@ Setup: ``` 3. In your sketch, add ```cpp - #include DigitalIO.h + #include ``` @note Note: Pins are listed as follows and can be modified by editing the RF24_config.h file.