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

This program is most of what you need to test your SmartBoard baseboard hardware. It provides a means to test the following:

  • Two channels of CAN (with a loopback cable)
  • RS-232 Ports
  • Analog inputs
  • PWM outputs
  • Ethernet port
  • Real time clock
  • micro SD
  • USB Host port
Revision:
0:5db287f0060b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SmartBoard.h	Sun Jan 16 18:30:14 2011 +0000
@@ -0,0 +1,12 @@
+/// @file SmartBoard.h defines IO special to the board
+///
+///  This is for version 0.05 of the SmartBoard mbed carrier
+///
+
+#ifndef SMARTBOARD_H
+#define SMARTBOARD_H
+
+#define ETHERGREEN p25
+#define ETHERYELLOW p26
+
+#endif