John Bailey

Public Repositories (21)

  • Mbed 2 deprecated
    XBeeApiBroadcastExampleRTOS

    Example of using the XBeeApi library to broadcast a message, based on XBeeApiBroadcastExample. This example shows how to use the library when using mbed-rtos. Before compiling you must open "XbeeApi\Config\XBeeApiCfg.hpp" …

    rtos, wireless, xbee, xbeeapi
    Last updated: 06 Jul 2014 1 17
  • Mbed 2 deprecated
    XBeeApiBroadcastExample

    Example for XBeeAPI; a little more involved than XBeeApiSimpleBroadcastExample with report on failure to set up the XBee and on the transmit status of the message.

    wireless, xbee, xbeeapi
    Last updated: 05 Jul 2014 6 30
  • Mbed 2 deprecated
    XBeeApiSimpleATCmdsExample

    Simple example of using XBeeApi to send AT-style commands to the XBee

    wireless, xbee, xbeeapi
    Last updated: 31 Mar 2014 2 26
  • Mbed 2 deprecated
    MUTTv1

    First (and very, very simple) controller program for the MUTT. See http://mbed.org/users/johnb/notebook/mutt-mbed-enabled-robot-vehicle/

    motors, robot
    Last updated: 12 Feb 2014 2 109
  • Mbed 2 deprecated
    XBeeApiTest

    Test / example for the XBeeApi library

    wireless, xbee, xbeeapi
    Last updated: 31 Jan 2014 2 11
  • Mbed 2 deprecated
    CircularBufferTest

    Tests for the circular buffer library

    buffer, circular, ring, tests
    Last updated: 30 Jan 2014 2 79
  • CircularBuffer

    Small library for using circular buffers (forked from François Berder's implementation in order to add methods and fix problems)

    buffer, circular, ring
    Last updated: 30 Jan 2014 9 11
  • Mbed 2 deprecated
    FixedLengthListTest

    Test program to check various functionality in FixedLengthList (see http://mbed.org/users/johnb/code/FixedLengthList/ )

    Last updated: 29 Jan 2014 4 1
  • FixedLengthList

    Template class to implement a list with a fixed maximum number of elements (i.e. number of elements in the list is dynamic but cannot exceed the initially defined value)

    Last updated: 29 Jan 2014 3 3
  • TestSupportLite

    Library meant to simplify writing of tests. Very light-weight in the approach. Test syntax will be familiar to users of CUnit, however this is far more basic.

    testing, tests
    Last updated: 19 Jan 2014 1 2