Alex Leung
/
HealthTracker
Test version
LEDS.h
- Committer:
- a2824256
- Date:
- 2018-03-20
- Revision:
- 1:bd9f39f9d91c
- Parent:
- 0:4be500de690c
File content as of revision 1:bd9f39f9d91c:
#ifndef LEDS_H_ #define LEDS_H_ #include "mbed.h" void LightLEDs(float num); #endif