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
Committer:
WiredHome
Date:
Mon Apr 04 11:33:23 2011 +0000
Revision:
5:42b456ce6f71
Parent:
0:5db287f0060b
Several minor updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 0:5db287f0060b 1 /// @file SmartBoard.h defines IO special to the board
WiredHome 0:5db287f0060b 2 ///
WiredHome 0:5db287f0060b 3 /// This is for version 0.05 of the SmartBoard mbed carrier
WiredHome 0:5db287f0060b 4 ///
WiredHome 0:5db287f0060b 5
WiredHome 0:5db287f0060b 6 #ifndef SMARTBOARD_H
WiredHome 0:5db287f0060b 7 #define SMARTBOARD_H
WiredHome 0:5db287f0060b 8
WiredHome 0:5db287f0060b 9 #define ETHERGREEN p25
WiredHome 0:5db287f0060b 10 #define ETHERYELLOW p26
WiredHome 0:5db287f0060b 11
WiredHome 0:5db287f0060b 12 #endif