Mbed Cloud Example Project - LPC546xx (Completed Version)

Fork of mbed-cloud-example-lpc546xx by Clark Jarvis

board_init.h

Committer:
clarkjarvis
Date:
2018-10-11
Revision:
10:f30cd412e968
Parent:
5:e521ea1f4c22

File content as of revision 10:f30cd412e968:

#ifndef BOARD_INIT_H
#define BOARD_INIT_H
 
#include "mbed.h"
#include "SDBlockDevice.h"
#include "FATFileSystem.h"
#include "EthernetInterface.h"

void setup_sd_card_and_fs(void);
void setup_ethernet(void);
    
#endif