my code as off 16/12/2018

Dependencies:   mbed BMP280 ELEC350-Practicals-FZ429_2

set_time_on_startup.hpp

Committer:
ChrisHayes
Date:
2018-12-16
Revision:
1:e274a5cc021d

File content as of revision 1:e274a5cc021d:

#ifndef __SET_TIME_ON_STARTUP__
#define __SET_TIME_ON_STARTUP__

#include "mbed.h"

extern void settime();

extern void button_time();

#endif