Skip to content

Commit dce4e97

Browse files
committed
Content update (Taddy's review)
1 parent e5548a6 commit dce4e97

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual

1 file changed

+3
-3
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Copy and paste the example sketch below into a new sketch in the Arduino IDE:
283283
284284
// Include required libraries
285285
#include <ArduinoBLE.h>
286-
#include <ArduinoStella.h>
286+
#include <ardUWBSr040.h>
287287
288288
// Track the number of connected BLE clients
289289
uint16_t numConnected = 0;
@@ -629,7 +629,7 @@ The `NearbyDemo` code follows an event-driven architecture that employs callback
629629

630630
```arduino
631631
#include <ArduinoBLE.h>
632-
#include <ArduinoStella.h>
632+
#include <ardUWBSr040.h>
633633
634634
uint16_t numConnected = 0;
635635
```
@@ -900,7 +900,7 @@ Here's the code for the Arduino Stella, which acts as the Controller (Initiator)
900900
*/
901901
902902
// Include required UWB library
903-
#include "ardUWBSr040.h"
903+
#include <ardUWBSr040.h>
904904
905905
/**
906906
Processes ranging data received from UWB communication.

0 commit comments

Comments
 (0)