Skip to content

Commit 56f2524

Browse files
authored
Update HeartRateTest.ino
1 parent 87c43fe commit 56f2524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/D6Examples/examples/HeartRateTest/HeartRateTest.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#include <SPI.h>
22
#include <stdint.h>
33
#include <BLEPeripheral.h>
4-
#include <Adafruit_GFX.h>
4+
#include "Adafruit_GFX.h"
55
#include <nrf_nvic.h>//interrupt controller stuff
66
#include <nrf_sdm.h>
77
#include <nrf_soc.h>
88
#include <WInterrupts.h>
9-
#include <Adafruit_SSD1306.h>
9+
#include"Adafruit_SSD1306.h"
1010
#include <TimeLib.h>
1111
#include <nrf.h>
1212
#include <Wire.h>

0 commit comments

Comments
 (0)