SWUpdate library to be used with RPC.

Fork of SWUpdate by David Smart

SWUpdate.h

Committer:
WiredHome
Date:
2014-04-21
Revision:
0:e221363f7942
Child:
1:208de08b1a19

File content as of revision 0:e221363f7942:


#include "mbed.h"

#ifndef SWUPDATE_H
#define SWUPDATE_H

typedef enum {
    DEFER_REBOOT,
    AUTO_REBOOT
} Reboot_T;

bool SoftwareUpdate(const char *url, const char * name, Reboot_T reboot = DEFER_REBOOT);

#endif // SWUPDATE_H