This program displays heart rate and time between heart beats on LCD, prints it to a USB serial port, print it to a bluetooth serial port and store it on a USB mass storage device. The program has two interrupt routines: 1.Every 1ms a counter is increased with one, 2. On every heart beat the counter is value copied. In the main loop the beats per minute are calculated. Ext.Modules:- Polar RMCM-01 heart rate module connected to pin8. - 2x16 LCD - a RF-BT0417CB bluetooth serial device connected to p27 and p28 - an USB mass storage device

Dependencies:   TextLCD mbed

Auto generated API documentation and code listings for HeartRate

Code

main.cpp [code]
MSCFileSystem.cpp [code]
MSCFileSystem.h [code]
usbhost_cpu.h [code]
usbhost_err.h [code]
usbhost_inc.h [code]
usbhost_lpc17xx.c [code]
usbhost_lpc17xx.h [code]
usbhost_ms.c [code]
usbhost_ms.h [code]