Skip to content

Commit

Permalink
Update HeartRateTest.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
atc1441 authored Sep 1, 2019
1 parent 87c43fe commit 56f2524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/D6Examples/examples/HeartRateTest/HeartRateTest.ino
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include <SPI.h>
#include <stdint.h>
#include <BLEPeripheral.h>
#include <Adafruit_GFX.h>
#include "Adafruit_GFX.h"
#include <nrf_nvic.h>//interrupt controller stuff
#include <nrf_sdm.h>
#include <nrf_soc.h>
#include <WInterrupts.h>
#include <Adafruit_SSD1306.h>
#include"Adafruit_SSD1306.h"
#include <TimeLib.h>
#include <nrf.h>
#include <Wire.h>
Expand Down

0 comments on commit 56f2524

Please sign in to comment.