This package contains a simple test of tests for various elements of the SmartBoard hardware, which is a simple baseboard designed for easy embedding. It is able to run both a semi-automatic test suite as well as allow interactive testing.

Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SmartBoard.h Source File

SmartBoard.h

Go to the documentation of this file.
00001 /// @file SmartBoard.h defines IO special to the board
00002 ///
00003 ///  This is for version 0.05 of the SmartBoard mbed carrier
00004 ///
00005 
00006 #ifndef SMARTBOARD_H
00007 #define SMARTBOARD_H
00008 
00009 #define ETHERGREEN p25
00010 #define ETHERYELLOW p26
00011 
00012 #endif