Mbed Cloud Example Project - LPC546xx (Completed Version)

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers board_init.h Source File

board_init.h

00001 #ifndef BOARD_INIT_H
00002 #define BOARD_INIT_H
00003  
00004 #include "mbed.h"
00005 #include "SDBlockDevice.h"
00006 #include "FATFileSystem.h"
00007 #include "EthernetInterface.h"
00008 
00009 void setup_sd_card_and_fs(void);
00010 void setup_ethernet(void);
00011     
00012 #endif