37 #include "lib/sensors.h"
38 #include "dev/pulse-sensor.h"
41 const struct sensors_sensor pulse_sensor;
45 uint32_t
volatile pc[NP];
54 port_irq_ctrl(uint8_t on)
69 PCICR |= (1 << PCIE0);
81 if(!(PCICR & (1 << PCIE0))) {
89 if(!(PCICR & (1 << PCIE0))) {
114 configure(
int type,
int c)
120 SENSORS_SENSOR(pulse_sensor,
"Pulse", value, configure, status);
#define PORTD
Peripheral PORTD base pointer.