pkourany / PulseSensor_Spark

Pulse Sensor library v1.4 ported for Particle Core and Photon
Other
3 stars 18 forks source link

'SysInterrupt_TIM3' was not declared in this scope #3

Closed nurstcor closed 7 years ago

nurstcor commented 7 years ago

Veryfing code using this library in Particle Build fails with this error:

PulseSensor_Spark/SparkIntervalTimer.h:122:30: error: 'SysInterrupt_TIM3' was not declared in this scope
   if (!attachSystemInterrupt(SysInterrupt_TIM3, Wiring_TIM3_Interrupt_Handler_override))