Skip to content

Commit b15c49c

Browse files
committed
Adding image to readme
1 parent c56f593 commit b15c49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SparkFun MAX301x Particle Sensor Library
22
===========================================================
33

4-
![SparkFun Reflectance, Particle, and Pulse Ox sensor - MAX30105](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/2/0/6/4/12064-04.jpg)
4+
![SparkFun Reflectance, Particle, and Pulse Ox sensor - MAX30105](https://cdn.sparkfun.com/assets/parts/1/1/8/7/4/14045-02.jpg)](https://cdn.sparkfun.com/assets/parts/1/1/8/7/4/14045-02.jpg)
55

66
[*SparkFun Reflectance, Particle, and Pulse Ox sensor - MAX30105 (SEN-14045)*](https://www.sparkfun.com/products/14045)
77

src/MAX30105.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static const uint8_t MAX_30105_EXPECTEDPARTID = 0x15;
137137

138138
//The MAX30105 stores up to 32 samples on the IC
139139
//This is additional local storage to the microcontroller
140-
const int STORAGE_SIZE = 2; //Each long is 4 bytes so limit this to fit on your micro
140+
const int STORAGE_SIZE = 4; //Each long is 4 bytes so limit this to fit on your micro
141141
struct Record
142142
{
143143
uint32_t red[STORAGE_SIZE];

0 commit comments

Comments
 (0)