MAX30100 pulse rate sensor

Dependencies:   PulseRate

Dependents:   PulseRate

Committer:
kohlerba
Date:
Fri Aug 18 01:06:07 2017 +0000
Revision:
0:faf977308bdc
Child:
2:d329886938f1
Finished MAX30100 Library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kohlerba 0:faf977308bdc 1 #include "mbed.h"
kohlerba 0:faf977308bdc 2 #include "MAX30100.h"
kohlerba 0:faf977308bdc 3
kohlerba 0:faf977308bdc 4 int main() {
kohlerba 0:faf977308bdc 5 return 1;
kohlerba 0:faf977308bdc 6 }