Skip to content

Commit 57ec16e

Browse files
committed
2 parents 2fda096 + 8b86408 commit 57ec16e

File tree

5 files changed

+13
-27
lines changed

5 files changed

+13
-27
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
![logo](https://avatars0.githubusercontent.com/u/7002937?v=3&s=200)
33
## [PulseSensor.com](https://pulsesensor.com) Playground
4-
[![Alt text](https://github.com/yury-g/MyCodePlayground/blob/master/screenshot-opener-video.png?raw=true)](https://youtu.be/RbB8NSRa5X4)
4+
[![How To Update Your Playground Code](https://github.com/yury-g/MyCodePlayground/blob/master/images/updateLib.png?raw=true)](https://youtu.be/Pt0fJvIeryY)
55

66
```
77
This Playground is a collection of code for the most popular uses of PulseSensor and Arduino.
@@ -159,7 +159,7 @@ More Info On Libraries in General 👉 [https://www.arduino.cc/en/Guide/Libra
159159

160160
### The Functions Guide
161161

162-
We put together a [HANDY GUIDE](https://github.com/biomurph/PulseSensorPlayground/blob/master/resources/PulseSenaor%20Playground%20Tools.md) to the function-ality of our library. Check it out if you want to dive into the inner workings!
162+
We put together a [HANDY GUIDE](https://github.com/WorldFamousElectronics/PulseSensorPlayground/blob/master/resources/PulseSensor%20Playground%20Tools.md) to the function-ality of our library. Check it out if you want to dive into the inner workings!
163163

164164
---
165165

examples/GettingStartedProject/GettingStartedProject.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
/* PulseSensor Starter Project and Signal Tester
3-
* The Best Way to Get Started With, or See the Raw Signal of, your PulseSensor™ & Arduino.
2+
/* PulseSensor Starter Project and Signal Tester
3+
* The Best Way to Get Started With, or See the Raw Signal of, your PulseSensor.com™ & Arduino.
44
*
55
* Here is a link to the tutorial
66
* https://pulsesensor.com/pages/code-and-guide
77
*
88
* WATCH ME (Tutorial Video):
9-
* https://www.youtube.com/watch?v=82T_zBZQkOE
9+
* https://www.youtube.com/watch?v=RbB8NSRa5X4
1010
*
1111
*
1212
-------------------------------------------------------------

examples/PulseSensor_Nucleo/PulseSensor_Nucleo.ino

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
Here is a link to the tutorial that discusses this code
77
>> Comming Soon! <<
88
9+
Use this code as a basic example when targeting STM32 boards.
10+
Open your Arduino > Preferences window, and add this to your Additional Boards Manager URLs:
11+
12+
https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/master/STM32/package_stm_index.json
13+
14+
Then, go to Tools > Board > Boards Manager to install the STM32 core.
15+
916
This example targets the Nucleo 64 F401RE
1017
If you are using a different Nucleo board, you may have to change some of the
1118
board parameters. Here are the drop-down selections that I used.

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Datatypes (KEYWORD1)
77
#######################################
88

9-
PulseSensorPlayground KEYWORD1
9+
PulseSensorPlayground KEYWORD1
1010

1111
#######################################
1212
# Methods and Functions (KEYWORD2)

resources/Installing Pulse Sensor Playground.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)